]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/InboxIdle.pm
treewide: replace /^I: / prefix with /^# /
[public-inbox.git] / lib / PublicInbox / InboxIdle.pm
index ffbbfea7c51c2c554e7ed951fd8e545f0c7ca190..005e263612d409c7a794bcc2eed1e08a47ee793e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
+# Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
 # fields:
@@ -48,11 +48,9 @@ sub in2_arm ($$) { # PublicInbox::Config::each_inbox callback
                $self->{on_unlock}->{$w->name} = $ibx;
        } else {
                warn "E: ".ref($inot)."->watch($lock, IN_MODIFY) failed: $!\n";
-               if ($!{ENOSPC} && $^O eq 'linux') {
-                       warn <<"";
-I: consider increasing /proc/sys/fs/inotify/max_user_watches
+               warn <<"" if $!{ENOSPC} && $^O eq 'linux';
+# consider increasing /proc/sys/fs/inotify/max_user_watches
 
-               }
        }
 
        # TODO: detect deleted packs (and possibly other files)