mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-11 05:33:33 +00:00
new: grpc server threadiness config
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
c389ec1b61
commit
b682f5c344
@ -171,6 +171,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
|
||||||
|
|
||||||
grpc_output:
|
grpc_output:
|
||||||
enabled: true
|
enabled: true
|
Loading…
Reference in New Issue
Block a user