diff bin/paintserver @ 1937:f29e26811206

pmfstats now update at 1hz. some ui improvements to stats lines. Ignore-this: be2b416f56b6f6604a0af86f5cd69fef
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 02 Jun 2019 21:19:57 +0000
parents 1a7e5b07bf17
children 9aa046cc9b33
line wrap: on
line diff
--- a/bin/paintserver	Sun Jun 02 11:39:20 2019 +0000
+++ b/bin/paintserver	Sun Jun 02 21:19:57 2019 +0000
@@ -71,7 +71,7 @@
 
         self.stats = scales.collection(
             '/',
-            scales.PmfStat('solve'),
+            scales.PmfStat('solve', recalcPeriod=1),
         )
 
     def launch(self, *args):