Fix nonce allocation in DoubleWorker.
This commit is contained in:
parent
c1bc6acd26
commit
d7c5630509
9 changed files with 14 additions and 9 deletions
|
@ -136,7 +136,7 @@ int App::exec()
|
|||
m_httpd->start();
|
||||
# endif
|
||||
|
||||
Workers::start(m_controller->config()->affinity(), m_controller->config()->priority(), m_controller);
|
||||
Workers::start(m_controller);
|
||||
|
||||
m_controller->network()->connect();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue