From 6a2b33b1b1721c5e39ce42aa4c7c5a1c2ccb820b Mon Sep 17 00:00:00 2001 From: Jerry Date: Wed, 2 Jan 2019 15:32:05 +0800 Subject: [PATCH] it seems that 0.9 is reasonable --- tgmsbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgmsbot.py b/tgmsbot.py index 0ce31b8..c350f45 100644 --- a/tgmsbot.py +++ b/tgmsbot.py @@ -17,7 +17,7 @@ updater = Updater(token, workers=16) job_queue = updater.job_queue job_queue.start() -KBD_MIN_INTERVAL = 0.6 +KBD_MIN_INTERVAL = 0.9 KBD_DELAY_SECS = 0.6 HEIGHT = 8