From 1158fc115d9b2a32e657d8c87967a67a98581148 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 9 Mar 2009 16:29:43 +0000 Subject: Reduce event coalesing threshold (Substantially reduces core initialization time) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5112 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/FileMonitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Server/FileMonitor.py') diff --git a/src/lib/Server/FileMonitor.py b/src/lib/Server/FileMonitor.py index 0840019e8..6334a1cc7 100644 --- a/src/lib/Server/FileMonitor.py +++ b/src/lib/Server/FileMonitor.py @@ -134,7 +134,7 @@ class GaminFam(object): collapsed = 0 start = time() now = time() - while (time() - now) < 0.10: + while (time() - now) < 0.01: if self.mon.event_pending(): while self.mon.event_pending(): count += 1 -- cgit v1.2.3-1-g7c22