diff --git a/falco.yaml b/falco.yaml index a981a8ab..1f810b05 100644 --- a/falco.yaml +++ b/falco.yaml @@ -182,7 +182,7 @@ http_output: # grpc: # enabled: true # bind_address: "0.0.0.0:5060" -# threadiness: 8 +# threadiness: 0 # private_key: "/etc/falco/certs/server.key" # cert_chain: "/etc/falco/certs/server.crt" # root_certs: "/etc/falco/certs/ca.crt" @@ -191,7 +191,8 @@ http_output: grpc: enabled: false bind_address: "unix:///var/run/falco.sock" - threadiness: 8 + # when threadiness is 0, Falco automatically guesses it depending on the number of online cores + threadiness: 0 # gRPC output service. # By default it is off.