From 242f25ae251c32a610c31a75d17059acf69361fd Mon Sep 17 00:00:00 2001 From: Thomas Labarussias Date: Tue, 26 Nov 2024 17:43:31 +0100 Subject: [PATCH] fix: update the url for the docs about the concurrent queue classes Signed-off-by: Thomas Labarussias --- falco.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falco.yaml b/falco.yaml index 80d7926b22c..96d2fefa041 100644 --- a/falco.yaml +++ b/falco.yaml @@ -575,7 +575,7 @@ rule_matching: first # # 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: -# https://oneapi-src.github.io/oneTBB/main/tbb_userguide/Concurrent_Queue_Classes.html. +# https://uxlfoundation.github.io/oneTBB/main/tbb_userguide/Concurrent_Queue_Classes.html. # On a healthy system with optimized Falco rules, the queue should not fill up. # If it does, it is most likely happening due to the entire event flow being too slow, # indicating that the server is under heavy load.