完善日志系统,修复读取配置文件时的内存泄漏,初步添加熔断机制与指数退避机制
This commit is contained in:
@ -6,6 +6,11 @@ int give_upjobs(indiector *self)
|
||||
{
|
||||
if(self == NULL)
|
||||
{
|
||||
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
int init_indector(indiector *self)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user