From fa65fe88b387747e0fa0b549a428adf0d94440b3 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Tue, 7 Aug 2007 14:44:51 +0000 Subject: turn down write coalescing for now git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3608 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Server/Statistics.py b/src/lib/Server/Statistics.py index 968b75e47..bbfc684bd 100644 --- a/src/lib/Server/Statistics.py +++ b/src/lib/Server/Statistics.py @@ -8,7 +8,7 @@ import logging, lxml.etree, os class Statistics(object): '''Manages the memory and file copy of statistics collected about client runs''' - __min_write_delay__ = 30 + __min_write_delay__ = 0 def __init__(self, filename): self.filename = filename -- cgit v1.2.3-1-g7c22