Changeset - f15ffbfc5cd6
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 16 years ago 2009-06-29 04:08:43
drewp@bigasterisk.com
speed up curvecalc tk update to 10ms (since we recently sped up the recalcs)
Ignore-this: 6acdb9b5aab226565d61116c93118b12
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/curvecalc
Show inline comments
 
@@ -498,7 +498,7 @@ def main():
 
    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)
 

	
0 comments (0 inline, 0 general)