From: Christopher Allan Webber Date: Mon, 23 Nov 2015 19:44:21 +0000 (-0600) Subject: 30 checks-per-second for the coop server handler is a lot less demanding on the CPU X-Git-Tag: v0.1.0~88 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=1ff1b8f96db972ad48e877111814cce45c829e37 30 checks-per-second for the coop server handler is a lot less demanding on the CPU --- diff --git a/eightsync/repl.scm b/eightsync/repl.scm index 6180d04..196b02d 100644 --- a/eightsync/repl.scm +++ b/eightsync/repl.scm @@ -26,7 +26,7 @@ (define (run-self) (poll-coop-repl-server coop-server) ;; queue ourselves again - (run-delay (run-self) (/ 1 60))) + (run-delay (run-self) (/ 1 30))) run-self) (define* (spawn-and-queue-repl-server! agenda #:optional port)