mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
irc: increase the max backoff delay a bit
Freenode still throttles from time to time
This commit is contained in:
parent
73a3bd91bd
commit
0d7979fc3f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ from tipbot.network import *
|
||||||
from tipbot.command_manager import *
|
from tipbot.command_manager import *
|
||||||
|
|
||||||
irc_min_send_delay = 0.05 # seconds
|
irc_min_send_delay = 0.05 # seconds
|
||||||
irc_max_send_delay = 1.1 # seconds
|
irc_max_send_delay = 1.2 # seconds
|
||||||
|
|
||||||
def GetNick(data): # Return Nickname
|
def GetNick(data): # Return Nickname
|
||||||
nick = data.split('!')[0]
|
nick = data.split('!')[0]
|
||||||
|
|
Loading…
Reference in a new issue