!759 static long timeout = 60000; static long networkLatency = 10000; sclass ConnectToServer extends DynBigNumber { long count; void start { super.start(); thread "Connect" { while licensed { withMinTime(1000, r { pcall-short { S s = loadPageWithTimeout(butterBotURL(#1016458) + hquery(+count), timeout+networkLatency); setField(count := parseInt(s)); setValue(count); } }); } } } }