From d8c368b5ceaf19c9b0e1ad60b7bf27f8788a69a0 Mon Sep 17 00:00:00 2001 From: Melissa Kilby Date: Tue, 16 Jan 2024 04:49:40 +0000 Subject: [PATCH] update(config): graduate outputs_queue to stable Signed-off-by: Melissa Kilby --- falco.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falco.yaml b/falco.yaml index c66d943d..92f1fef9 100644 --- a/falco.yaml +++ b/falco.yaml @@ -497,7 +497,7 @@ buffered_outputs: false # deploying it in production. rule_matching: first -# [Experimental] `outputs_queue` +# [Stable] `outputs_queue` # # Falco utilizes tbb::concurrent_bounded_queue for handling outputs, and this parameter # allows you to customize the queue capacity. Please refer to the official documentation: