Skip to content

Commit

Permalink
update: default grpc server threadiness is 0 now ("auto")
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
  • Loading branch information
2 people authored and poiana committed Jul 7, 2020
1 parent 553856a commit 8ad5c4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions falco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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.
Expand Down

0 comments on commit 8ad5c4f

Please sign in to comment.