X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshutdown.pl;h=d90cfeeafe90cb384d141d7c4ff3b9beb585b372;hb=refs%2Fheads%2Fmojo;hp=30592ad0697c751d388611b37261a8445529920a;hpb=c3505bcfc922cd712bad2c20b3479cf8d1dc54fe;p=spider.git diff --git a/cmd/shutdown.pl b/cmd/shutdown.pl index 30592ad0..d90cfeea 100644 --- a/cmd/shutdown.pl +++ b/cmd/shutdown.pl @@ -11,7 +11,6 @@ foreach $ref (DXChannel::get_all()) { $ref->send($self->msg('shutting')) if $ref->is_user; } -# give some time for the buffers to empty and then shutdown (see cluster.pl) -$main::decease = 25; +$main::ending = 10; return (1);