]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - run jobqueue faster
authorDylan William Hardison <dylan@hardison.net>
Mon, 26 Mar 2018 04:04:19 +0000 (00:04 -0400)
committerDylan William Hardison <dylan@hardison.net>
Mon, 26 Mar 2018 04:04:19 +0000 (00:04 -0400)
Bugzilla/JobQueue.pm

index c10e859e2e63c0a2f52c8fa43fb22c19cee89fa4..53b088c6e194ee24406279fe3518ce3c7f18228f 100644 (file)
@@ -106,7 +106,7 @@ sub debug {
 
 sub work {
     my ($self, $delay) = @_;
-    $delay ||= 5;
+    $delay ||= 1;
     my $loop  = IO::Async::Loop->new;
     my $timer = IO::Async::Timer::Periodic->new(
         first_interval => 0,