From e5244cd95376c635cf59006a4dfe04fee0e63c0b Mon Sep 17 00:00:00 2001 From: nick black Date: Mon, 7 Feb 2022 01:10:49 -0500 Subject: [PATCH] [sixel] add comment on POPULATION --- src/lib/sixel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/sixel.c b/src/lib/sixel.c index 9b6d33712..9764788c4 100644 --- a/src/lib/sixel.c +++ b/src/lib/sixel.c @@ -5,7 +5,8 @@ #define RGBSIZE 3 -// number of worker threads FIXME fit to local machine +// number of worker threads +// FIXME fit to local machine, but more than 3 never seems to help #define POPULATION 3 // a worker can have up to three qstates enqueued for work