From: Eric Wong Date: Mon, 31 Aug 2020 04:41:30 +0000 (+0000) Subject: watch: limit batch size of NNTP and IMAP workers, too X-Git-Tag: v1.6.0~70 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bb8aaee10d771f7e1461efd8ec86269215787e52;hp=bb8aaee10d771f7e1461efd8ec86269215787e52;p=public-inbox.git watch: limit batch size of NNTP and IMAP workers, too We don't want to monopolize locks because processes can easily block each other if using `watchspam' on a Maildir while a big NNTP or IMAP import is happening. This can also happen if somebody configured a single inbox to watch from several sources to merge several mailboxes into one (e.g. both an IMAP and Maildir are watched). ---