From c7df4d88d1154014f36f0130efd0154850cd8d03 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 15 Jul 2025 14:28:25 -0700 Subject: [PATCH] Update config.template Co-Authored-By: Russell Schmidt <836646+rfschmid@users.noreply.github.com> --- config.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.template b/config.template index 194cbd0..89a2fe7 100644 --- a/config.template +++ b/config.template @@ -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