fix: increase timeout for itchat
parent
ab6670b3af
commit
3f78e43bbf
|
|
@ -51,6 +51,8 @@ class WechatChannel(Channel):
|
|||
pass
|
||||
|
||||
def startup(self):
|
||||
|
||||
itchat.instance.receivingRetryCount = 600 # 修改断线超时时间
|
||||
# login by scan QRCode
|
||||
hotReload = conf().get('hot_reload', False)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue