# HG changeset patch # User drewp@bigasterisk.com # Date 1246248523 0 # Node ID f15ffbfc5cd6104855a1f18692806ccd737140a6 # Parent 73b1811555553cc56560b4ba336a13b6c687e993 speed up curvecalc tk update to 10ms (since we recently sped up the recalcs) Ignore-this: 6acdb9b5aab226565d61116c93118b12 diff -r 73b181155555 -r f15ffbfc5cd6 bin/curvecalc --- 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)