summaryrefslogtreecommitdiffstats
path: root/src/mad-core.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-06-27 03:19:56 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-06-27 03:19:56 +0200
commitf5377412a89b2a7f422decd771dc8de49a5498fc (patch)
treebda661debda3c324189240f3a68cca7a9f4e316b /src/mad-core.cpp
parentea9fe3ef923000a7bfa4d7afc306669d5442e0fc (diff)
downloadmad-f5377412a89b2a7f422decd771dc8de49a5498fc.tar
mad-f5377412a89b2a7f422decd771dc8de49a5498fc.zip
Einfaches Polling implementiert
Diffstat (limited to 'src/mad-core.cpp')
-rw-r--r--src/mad-core.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mad-core.cpp b/src/mad-core.cpp
index ea0eded..461f595 100644
--- a/src/mad-core.cpp
+++ b/src/mad-core.cpp
@@ -20,7 +20,6 @@
#include "Net/Connection.h"
#include "Core/ConnectionManager.h"
-
int main() {
Mad::Net::Connection::init();
@@ -28,7 +27,7 @@ int main() {
while(true) {
connectionManager.run();
- connectionManager.wait(100000);
+ connectionManager.wait(10000);
}
Mad::Net::Connection::deinit();