Compare commits

...

2 Commits

Author SHA1 Message Date
5d28f54908 Merge pull request 'increase data limit' (#36) from create-data-limit into Server
Reviewed-on: #36
2024-05-18 18:00:01 +02:00
c08e557bf9 increase data limit
increase data limit to better accommodate larger creations
2024-05-18 02:56:06 +02:00

View File

@ -144,7 +144,7 @@
#Maximum amount of data a contraption can have before it can't be synced with players.
#Un-synced contraptions will not be visible and will not have collision.
#Range: > 0
maxDataSize = 2000000
maxDataSize = 4194304 # 2^22
#.
#Maximum value of a chassis attachment range.
#Range: > 1