--- deliantra/server/ext/map-scheduler.ext 2007/01/05 20:04:02 1.17 +++ deliantra/server/ext/map-scheduler.ext 2007/01/05 21:51:41 1.18 @@ -2,6 +2,7 @@ # this extension swaps out maps and resets them, in essence managing # the reset/swap policy of the server. +# it also contains the map prefetching logic our $DEACTIVATE_TIMEOUT = 20; # number of seconds after which maps get deactivated to save cpu our $SWAP_TIMEOUT = 35; # number of seconds after which maps inactive get swapped out