From 3bad1d2a56de7cb2580b90ec4b748c43f2b87a39 Mon Sep 17 00:00:00 2001 From: Leo Di Donato Date: Wed, 24 Jun 2020 11:12:40 +0200 Subject: [PATCH] docs: auto threadiness comment into Falco config Signed-off-by: Leonardo Di Donato --- falco.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/falco.yaml b/falco.yaml index 1f810b05..969b9d5c 100644 --- a/falco.yaml +++ b/falco.yaml @@ -182,6 +182,7 @@ http_output: # grpc: # enabled: true # bind_address: "0.0.0.0:5060" +# # when threadiness is 0, Falco sets it by automatically figuring out the number of online cores # threadiness: 0 # private_key: "/etc/falco/certs/server.key" # cert_chain: "/etc/falco/certs/server.crt"