it seems that 0.9 is reasonable
This commit is contained in:
parent
d17e3086fa
commit
6a2b33b1b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue