Fix a timer bug for daemon mode
This commit is contained in:
parent
60fae7d1c1
commit
79c6bb4e0a
|
@ -292,8 +292,10 @@ void HttpAppFrameworkImpl::run()
|
|||
{
|
||||
//go daemon!
|
||||
godaemon();
|
||||
#ifdef __linux__
|
||||
_loop.resetTimerQueue();
|
||||
#endif
|
||||
}
|
||||
|
||||
//set relaunching
|
||||
if(_relaunchOnError)
|
||||
{
|
||||
|
|
2
trantor
2
trantor
|
@ -1 +1 @@
|
|||
Subproject commit fe58a81e34b34991d1f356718dd99616c0859716
|
||||
Subproject commit 3360368cd8ddd45fa7f05d667bf8a3de85977bb9
|
Loading…
Reference in New Issue