X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshutdown.pl;h=1bcbcb70ce845341287ed38022d99893119ff357;hb=6b904a6db275029dd6d7a5cf0a48c1f0770ea8c2;hp=30592ad0697c751d388611b37261a8445529920a;hpb=a76624e4742348ed0f39c7c3f732cdec8462da9e;p=spider.git diff --git a/cmd/shutdown.pl b/cmd/shutdown.pl index 30592ad0..1bcbcb70 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::cease(); return (1);