about summary refs log tree commit homepage
path: root/lib/PublicInbox/XapHelper.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/XapHelper.pm')
-rw-r--r--lib/PublicInbox/XapHelper.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/XapHelper.pm b/lib/PublicInbox/XapHelper.pm
index e8eeb2dc..8c2b86d6 100644
--- a/lib/PublicInbox/XapHelper.pm
+++ b/lib/PublicInbox/XapHelper.pm
@@ -209,7 +209,6 @@ sub reap_worker { # awaitpid CB
         delete $WORKERS{$nr};
         if (($? >> 8) == 66) { # EX_NOINPUT
                 $alive = undef;
-                PublicInbox::DS->SetLoopTimeout(1);
         } elsif ($?) {
                 warn "worker[$nr] died \$?=$?\n";
         }