windows wftb fix excess cpu usage

This commit is contained in:
Jeff Lenk 2014-02-26 22:07:02 -06:00
parent 727ce93e34
commit bdbb6c1401
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ namespace winFailToBan
ec.bind("HEARTBEAT", String.Empty);
while (Running)
{
var evt = ec.pop(0, 0);
var evt = ec.pop(1, 0);
if (evt == null)
continue;