Re: [PATCH v13 04/20] index-helper: new daemon for caching index and related stuff
From: David Turner <hidden> Date: 2016-06-27 16:54:18
On 06/27/2016 08:58 AM, Keith McGuigan wrote:
If 'indexhelper.exitafter' is set to 0, then loop is called with
idle_in_seconds == 0. It gets converted to -1, but then
'idle_in_seconds * 1000' is passed to poll(), so poll gets an argument
of -1000, which it EINVALs on.