From 8ac0d6d2930ee8534378e2810914d29681434b1e Mon Sep 17 00:00:00 2001 From: jschaff Date: Wed, 4 Sep 2024 12:21:28 -0700 Subject: [PATCH] Update the default number of workers to 16 --- biothings_annotator/application/configuration/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biothings_annotator/application/configuration/default.json b/biothings_annotator/application/configuration/default.json index 6f24510..07c7c6c 100644 --- a/biothings_annotator/application/configuration/default.json +++ b/biothings_annotator/application/configuration/default.json @@ -29,7 +29,8 @@ "port": 9000, "debug": false, "single_process": false, - "auto_reload": true + "auto_reload": true, + "workers": 16 } } }