Update config.template

Co-Authored-By: Russell Schmidt <836646+rfschmid@users.noreply.github.com>
This commit is contained in:
SpudGunMan
2025-07-15 14:28:25 -07:00
parent 6d01c5a986
commit c7df4d88d1
+2 -2
View File
@@ -294,9 +294,9 @@ hangman = True
hamtest = True
[messagingSettings]
# delay in seconds for response to avoid message collision
# delay in seconds for response to avoid message collision /throttling
responseDelay = 2.2
# delay in seconds for splits in messages to avoid message collision
# delay in seconds for splits in messages to avoid message collision /throttling
splitDelay = 2.5
# message chunk size for sending at high success rate, chunkr allows exceeding by 3 characters
MESSAGE_CHUNK_SIZE = 160