mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Fix for #294.
This commit is contained in:
parent
0c3a07b5fe
commit
ecc3dbb86e
@ -51,7 +51,7 @@ void TCPServerParams::setMaxThreads(int count)
|
||||
|
||||
void TCPServerParams::setMaxQueued(int count)
|
||||
{
|
||||
poco_assert (count > 0);
|
||||
poco_assert (count >= 0);
|
||||
|
||||
_maxQueued = count;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user