Small changes to example

This commit is contained in:
2026-03-16 09:59:27 +01:00
parent 241b52f6b1
commit a7257a3492
2 changed files with 1 additions and 1 deletions

View File

@@ -169,7 +169,7 @@
(letrec ((f (λ ()
(when go-on-counter
(send this inc-counter)
(sleep 0.01)
(sleep 0.1)
(f)))))
(set! go-on-counter #t)
(f)))))