From 104d8795b882ee413d1cbe882f1fed0da925814d Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 26 Mar 2018 00:04:19 -0400 Subject: no bug - run jobqueue faster --- Bugzilla/JobQueue.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/JobQueue.pm b/Bugzilla/JobQueue.pm index c10e859e2..53b088c6e 100644 --- a/Bugzilla/JobQueue.pm +++ b/Bugzilla/JobQueue.pm @@ -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, -- cgit v1.2.3-24-g4f1b