mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 17:32:52 +02:00
Update config.template
This commit is contained in:
+6
-3
@@ -118,6 +118,9 @@ signalCooldown = 5
|
||||
signalCycleLimit = 5
|
||||
|
||||
[messagingSettings]
|
||||
responseDelay = 0.7 # delay in seconds for response to avoid message collision
|
||||
splitDelay = 0.7 # delay in seconds for splits in messages to avoid message collision
|
||||
MESSAGE_CHUNK_SIZE = 160 # message chunk size for sending at high success rate
|
||||
# delay in seconds for response to avoid message collision
|
||||
responseDelay = 0.7
|
||||
# delay in seconds for splits in messages to avoid message collision
|
||||
splitDelay = 0.7
|
||||
# message chunk size for sending at high success rate
|
||||
MESSAGE_CHUNK_SIZE = 160
|
||||
|
||||
Reference in New Issue
Block a user