--- deliantra/server/ext/map-scheduler.ext 2007/01/04 17:22:06 1.12 +++ deliantra/server/ext/map-scheduler.ext 2007/01/05 01:06:40 1.14 @@ -11,7 +11,7 @@ cf::coro { $Coro::current->prio (Coro::PRIO_MIN); - # load the header of swapped-out. + # load the header of swapped-out maps. # this is not a correctness issue, it simply saves diskspace # because old files will get cleaned up on reset time Coro::Timer::sleep 5; @@ -23,7 +23,7 @@ next if $map =~ /\.(?:pst|meta)$/; $map =~ s/∕/\//g; cf::map::find $map; - Coro::Timer::sleep 0.5; + Coro::Timer::sleep 0.05; } #TODO: should also preload random maps...