ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/map-random.ext
(Generate patch)

Comparing deliantra/server/ext/map-random.ext (file contents):
Revision 1.31 by root, Thu May 8 20:03:50 2008 UTC vs.
Revision 1.32 by root, Mon Sep 22 05:42:41 2008 UTC

55 55
56 1 56 1
57} 57}
58 58
59sub clean_random_maps { 59sub clean_random_maps {
60 return;#d#
60 my $files = Coro::AIO::aio_readdir $cf::RANDOMDIR 61 my $files = Coro::AIO::aio_readdir $cf::RANDOMDIR
61 or return; 62 or return;
62 63
63 my $META_TIMEOUT = $cf::CFG{map_random_meta_timeout} || 86400 * 7; 64 my $META_TIMEOUT = $cf::CFG{map_random_meta_timeout} || 86400 * 7;
64 65

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines