World.tick_lag set to 0.9, which seems to be the optimal setting for our current server hardware.

IF OTHER SERVERS READ THIS, DICK AROUND WITH TICK_LAG SETTINGS UNTIL YOU FIND ONE THAT WORKS FOR YOU.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1103 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-02-23 21:55:25 +00:00
parent 6d1c9d387f
commit 7c525ef1f5
+1 -1
View File
@@ -18,7 +18,7 @@ datum/controller/game_controller
air_master = new /datum/controller/air_system()
air_master.setup()
//world.tick_lag = 0.6
world.tick_lag = 0.9
setup_objects()