Timming issues

This commit is contained in:
Piotr Duszynski 2013-08-01 22:19:25 +02:00
parent 2840d11341
commit 0987aca22f

@ -79,7 +79,7 @@ void* process_connection(void *arg)
while(1) {
usleep(100);
sleep(1);
for(int i = 0; i < MAX_CLIENT_PER_THREAD; i++)
{