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.42 by root, Tue Apr 13 03:24:32 2010 UTC vs.
Revision 1.43 by root, Sat Apr 17 02:39:46 2010 UTC

145 #warn "return $dir,$name,$difficulty => $map\n" if $difficulty >= 0;#d# 145 #warn "return $dir,$name,$difficulty => $map\n" if $difficulty >= 0;#d#
146 $map 146 $map
147} 147}
148 148
149cf::async_ext { 149cf::async_ext {
150 eCoro::current->{desc} = "random map meta file cleaner"; 150 local $Coro::current->{desc} = "random map meta file cleaner";
151 $Coro::current->nice (1); 151 $Coro::current->nice (1);
152 152
153 while () { 153 while () {
154 my $META_TIMEOUT = $cf::CFG{map_random_meta_timeout} || 86400 * 7; 154 my $META_TIMEOUT = $cf::CFG{map_random_meta_timeout} || 86400 * 7;
155 155

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines