aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-08-22 17:14:08 +0100
committerChristopher Baines <mail@cbaines.net>2023-08-22 17:14:08 +0100
commit634d3444c094dd594bdf2b15b9a71055462ae676 (patch)
tree3f474cc9f88ece93b732ad3075567171dcd0364e
parent641017307508faf0fbee4c0103650d064d83a634 (diff)
downloadbffe-634d3444c094dd594bdf2b15b9a71055462ae676.tar
bffe-634d3444c094dd594bdf2b15b9a71055462ae676.tar.gz
Switch to cooperative scheduling on one thread
-rw-r--r--bffe.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/bffe.scm b/bffe.scm
index d0388f3..63bc72b 100644
--- a/bffe.scm
+++ b/bffe.scm
@@ -70,6 +70,6 @@
#:pid-file ,pid-file
#:metrics-registry ,metrics-registry))
(wait finished?))
- #:hz 10
- #:parallelism 4))
+ #:hz 0
+ #:parallelism 1))
finished?))))