it seems that 0.9 is reasonable

This commit is contained in:
JerryXiao 2019-01-02 15:32:05 +08:00
parent d17e3086fa
commit 6a2b33b1b1
Signed by: Jerry
GPG key ID: 9D9CE43650FF2BAA

View file

@ -17,7 +17,7 @@ updater = Updater(token, workers=16)
job_queue = updater.job_queue job_queue = updater.job_queue
job_queue.start() job_queue.start()
KBD_MIN_INTERVAL = 0.6 KBD_MIN_INTERVAL = 0.9
KBD_DELAY_SECS = 0.6 KBD_DELAY_SECS = 0.6
HEIGHT = 8 HEIGHT = 8