]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
listener: throttle errors for resource limits
authorEric Wong <e@80x24.org>
Sun, 13 Jul 2025 00:08:33 +0000 (00:08 +0000)
committerEric Wong <e@80x24.org>
Wed, 16 Jul 2025 09:20:32 +0000 (09:20 +0000)
commit76916b4a41f4b72fa32d7d3bb93b6d83d602870f
tree1fcda4c4b07b070cdb03867a60ef5ca24657c64c
parentfb455a7268c734800047ce1ad3213a520606913c
listener: throttle errors for resource limits

We don't want to flood a system and run the log partition
out of space if we hit EMFILE/ENFILE/ENOMEM/ENOBUFS
lib/PublicInbox/Listener.pm