Commit ec61bcc2 by guanghui.cui

添加延时,防止日志狂刷

parent e6d12fb6
*.log
*.tlog
*.obj
*.iobj
*.pdb
*.ilk
*.exe
*.ipdb
*.db
*.idb
*.suo
*.opendb
...@@ -440,6 +440,7 @@ int main(int argc,char *argv[]) ...@@ -440,6 +440,7 @@ int main(int argc,char *argv[])
}else }else
{ {
ods.close(); ods.close();
os_sleep(2); //防止在ods挂掉后狂刷日志
LOG(INFO) << "recv ODS pushData failed or timeout"; LOG(INFO) << "recv ODS pushData failed or timeout";
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment