changeset 517:f15ffbfc5cd6

speed up curvecalc tk update to 10ms (since we recently sped up the recalcs) Ignore-this: 6acdb9b5aab226565d61116c93118b12
author drewp@bigasterisk.com
date Mon, 29 Jun 2009 04:08:43 +0000
parents 73b181155555
children c355735fe76c
files bin/curvecalc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/curvecalc	Mon Jun 29 04:06:17 2009 +0000
+++ b/bin/curvecalc	Mon Jun 29 04:08:43 2009 +0000
@@ -498,7 +498,7 @@
     dispatcher.send("max time",maxtime=maxtime)
     dispatcher.send("show all")
 
-    tksupport.install(root,ms=20)
+    tksupport.install(root, ms=10)
     log.debug("run")
     prof.run(reactor.run, profile=False)