From b682f5c34450f608056fef3771eb2959bb0bae87 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Mon, 16 Sep 2019 05:28:55 +0000 Subject: [PATCH] new: grpc server threadiness config Signed-off-by: Leonardo Di Donato --- falco.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/falco.yaml b/falco.yaml index 428fdd8c..10b4fc58 100644 --- a/falco.yaml +++ b/falco.yaml @@ -171,6 +171,7 @@ http_output: grpc: enabled: true bind_address: "0.0.0.0:5060" + threadiness: 8 grpc_output: enabled: true \ No newline at end of file