Pack start

This commit is contained in:
2025-07-26 14:57:57 +02:00
commit 4a3d935039
843 changed files with 30825 additions and 0 deletions

10
web/config/shrink.json5 Normal file
View File

@@ -0,0 +1,10 @@
{
// Shrinking Device capacity
"shrinkingDeviceCapacity": 100000,
// Shrinking Device cost
"shrinkingDeviceCost": 100,
// Shrink Max Size
"maxSize": 10.0,
// Shrink Min Size
"minSize": -1.0
}