[MIRROR] Increases capacity for small, mid and large assemblies (#7405)

* Increases capacity for small, mid and large assemblies (#60587)

balance: Doubles capacity for most shells

* Increases capacity for small, mid and large assemblies

Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-08-05 22:49:48 +01:00
committed by GitHub
co-authored by SmArtKar
parent 0d147aec29
commit d461bf5de9
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -135,9 +135,9 @@
#define SHELL_FLAG_ALLOW_FAILURE_ACTION (1<<3)
// Shell capacities. These can be converted to configs very easily later
#define SHELL_CAPACITY_SMALL 10
#define SHELL_CAPACITY_MEDIUM 25
#define SHELL_CAPACITY_LARGE 50
#define SHELL_CAPACITY_SMALL 25
#define SHELL_CAPACITY_MEDIUM 50
#define SHELL_CAPACITY_LARGE 100
#define SHELL_CAPACITY_VERY_LARGE 500
/// The maximum range a USB cable can be apart from a source
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB