From 9e4138831a7c7817f230630fb2dc3ede67a4c6bf Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 17 Dec 2016 19:59:54 +0100 Subject: [PATCH] Use multiple cores by default --- config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.c b/config/config.c index 5357e339..7ad3cb96 100644 --- a/config/config.c +++ b/config/config.c @@ -121,7 +121,7 @@ Settings config = { .fullscreen = FALSE, .fake_transparency = FALSE, .dpi = -1, - .threads = 1, + .threads = 0, .scrollbar_width = 8, .scroll_method = 0, .fake_background = "screenshot",