# HG changeset patch # User drewp@bigasterisk.com # Date 2017-06-11 21:03:55 # Node ID 103d67ebf5e24bac7e9535e82540dffc4ea6228f # Parent e2ddb3e55b845c173b0601dd9f0c154b405421b2 collector: less log Ignore-this: 6a1a0ef47c9f6f8a77b83806fd30c883 diff --git a/light9/collector/collector.py b/light9/collector/collector.py --- a/light9/collector/collector.py +++ b/light9/collector/collector.py @@ -178,7 +178,7 @@ class Collector(Generic[ClientType, Clie dt1 = 1000 * (time.time() - now) self.flush(pendingOut) dt2 = 1000 * (time.time() - now) - if dt1 > 15: + if dt1 > 30: log.warn("slow setAttrs: %.1fms -> flush -> %.1fms. lr %s da %s oa %s" % ( dt1, dt2, len(self.lastRequest), len(deviceAttrs), len(outputAttrs) ))