mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-19 06:37:15 +00:00
update: default grpc server threadiness is 0 now ("auto")
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
553856ad68
commit
8ad5c4f834
@ -182,7 +182,7 @@ http_output:
|
|||||||
# grpc:
|
# grpc:
|
||||||
# enabled: true
|
# enabled: true
|
||||||
# bind_address: "0.0.0.0:5060"
|
# bind_address: "0.0.0.0:5060"
|
||||||
# threadiness: 8
|
# threadiness: 0
|
||||||
# private_key: "/etc/falco/certs/server.key"
|
# private_key: "/etc/falco/certs/server.key"
|
||||||
# cert_chain: "/etc/falco/certs/server.crt"
|
# cert_chain: "/etc/falco/certs/server.crt"
|
||||||
# root_certs: "/etc/falco/certs/ca.crt"
|
# root_certs: "/etc/falco/certs/ca.crt"
|
||||||
@ -191,7 +191,8 @@ http_output:
|
|||||||
grpc:
|
grpc:
|
||||||
enabled: false
|
enabled: false
|
||||||
bind_address: "unix:///var/run/falco.sock"
|
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.
|
# gRPC output service.
|
||||||
# By default it is off.
|
# By default it is off.
|
||||||
|
Loading…
Reference in New Issue
Block a user