mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-07 09:48:04 +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)
|
void TCPServerParams::setMaxQueued(int count)
|
||||||
{
|
{
|
||||||
poco_assert (count > 0);
|
poco_assert (count >= 0);
|
||||||
|
|
||||||
_maxQueued = count;
|
_maxQueued = count;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user