X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=308b1d90b987104618df84182a10399b6f94ea38;hb=1479f550842390ca770899e5cf1c6ce79087fe82;hp=d49c7966f96001d8750d5ca3bfd3e99194ef0433;hpb=7c41fe2814a16ad0f7ced2ec5e50f6e8647010f9;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index d49c7966..308b1d90 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -67,7 +67,7 @@ package main; @inqueue = (); # the main input queue, an array of hashes $systime = 0; # the time now (in seconds) -$version = "1.32"; # the version no of the software +$version = "1.34"; # the version no of the software $starttime = 0; # the starting time of the cluster $lockfn = "cluster.lock"; # lock file name @@ -368,7 +368,7 @@ print "orft we jolly well go ...\n"; dbg('chan', "DXSpider version $version started..."); for (;;) { my $timenow; - Msg->event_loop(1, 0.001); + Msg->event_loop(1, 0.1); $timenow = time; process_inqueue(); # read in lines from the input queue and despatch them