dont resolve

git-svn-id: svn://elaine/murooma/trunk@239 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-06 19:56:10 +00:00
parent b61c6f0217
commit 0ca2460971
4 changed files with 16 additions and 9 deletions

View file

@ -15,6 +15,7 @@
#include "stream.h"
#include "player.h"
#include "serverConnection.h"
#include "controller.h"
@ -69,7 +70,7 @@ int main (int argc, char *argv[])
serverConnection.start(&serverConnection, ip, port);
while(true)
usleep(1000);
usleep(10000);
return 0;
}