diff --git a/ng/menustat.tcl b/ng/menustat.tcl index 7c11f557..79ae9f99 100644 --- a/ng/menustat.tcl +++ b/ng/menustat.tcl @@ -1122,7 +1122,7 @@ proc timer2 { } { } } - after 30 { timer2 } + after 10 { timer2 } } # after 1000 { timer2 } timer2 diff --git a/ng/onetcl.cpp b/ng/onetcl.cpp index 7f01253a..3d0645d0 100644 --- a/ng/onetcl.cpp +++ b/ng/onetcl.cpp @@ -1412,7 +1412,7 @@ const char * ngscript[] = {"" ,"}\n" ,"}\n" ,"}\n" -,"after 30 { timer2 }\n" +,"after 10 { timer2 }\n" ,"}\n" ,"timer2\n" ,"proc bgerror { error } {\n"