From 49a6d48101cba4f5dd815bde18ff0a7328b1659d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 21 Sep 2024 18:35:04 -0700 Subject: [PATCH] Update config.template --- config.template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config.template b/config.template index 35c7c8f..bf985ed 100644 --- a/config.template +++ b/config.template @@ -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