mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 16:48:06 +02:00
Fix for #294.
This commit is contained in:
@@ -51,7 +51,7 @@ void TCPServerParams::setMaxThreads(int count)
|
||||
|
||||
void TCPServerParams::setMaxQueued(int count)
|
||||
{
|
||||
poco_assert (count > 0);
|
||||
poco_assert (count >= 0);
|
||||
|
||||
_maxQueued = count;
|
||||
}
|
||||
|
Reference in New Issue
Block a user