mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-25 06:56:15 +02:00
dont resolve
git-svn-id: svn://elaine/murooma/trunk@239 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
b61c6f0217
commit
0ca2460971
4 changed files with 16 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue