]> Sergey Matveev's repositories - public-inbox.git/commit
spawn: require soft and hard entries in RLIMIT_* handling
authorEric Wong <e@80x24.org>
Tue, 12 Mar 2019 01:47:59 +0000 (01:47 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Apr 2019 09:13:58 +0000 (09:13 +0000)
commit07f770c321474751550c4d73c65c27b2b197ac35
tree018ca8e4317dfc373ffa9082fbd732d5130f825d
parent7661a5732ebf4470339c1293b2ea32082af887be
spawn: require soft and hard entries in RLIMIT_* handling

Our high-level config already treats single limits as a
soft==hard limit for limiters; so stop handling that redundant
in the low-level spawn() sub.
lib/PublicInbox/Spawn.pm
t/spawn.t