@@ -24,7 +24,7 @@ class GlobalThreadPool:
max_workers = 20
if CONFIG_INFO == CONFIG_US or CONFIG_INFO == CONFIG_EUR:
- max_workers = 200
+ max_workers = 250
elif CONFIG_INFO == CONFIG_CN:
max_workers = 100
@@ -460,7 +460,7 @@ class DevicePushService:
return push_result
except Exception as e:
ERROR_INFO_LOGGER.info(
- '发送推送线程异常,error_line:{},error_msg:{}'.format(e.__traceback__.tb_lineno, repr(e)))
+ '发送推送线程异常params:{},error_line:{},error_msg:{}'.format(kwargs, e.__traceback__.tb_lineno, repr(e)))
return False
@staticmethod