mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Decrease max IRC send delay to a lowish value that seems to work
This commit is contained in:
parent
e1c881860f
commit
78b5bc4162
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ irc = None
|
|||
sslirc = None
|
||||
irc_password = ""
|
||||
irc_min_send_delay = 0.05 # seconds
|
||||
irc_max_send_delay = 5 # seconds
|
||||
irc_max_send_delay = 1.1 # seconds
|
||||
|
||||
last_ping_time = time.time()
|
||||
last_send_time = 0
|
||||
|
|
Loading…
Reference in a new issue