*Changed default settings

*Make configurable the short world sleep time on Linux - by XTZGZoReX

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2008-12-31 16:14:42 +01:00
parent 2a4ef556e4
commit e94249cd45
3 changed files with 22 additions and 6 deletions

View File

@@ -32,10 +32,10 @@
#include "Database/DatabaseEnv.h"
#ifdef WIN32
#if (defined(SHORT_SLEEP) || defined(WIN32))
#define WORLD_SLEEP_CONST 50
#else
#define WORLD_SLEEP_CONST 100 //Is this still needed?? [On linux some time ago not working 50ms]
#define WORLD_SLEEP_CONST 100 //Is this still needed?? [On linux some time ago not working 50ms]
#endif
/// Heartbeat for the World