fix: update the url for the docs about the concurrent queue classes

Signed-off-by: Thomas Labarussias <issif+github@gadz.org>
This commit is contained in:
Thomas Labarussias 2024-11-26 17:43:31 +01:00 committed by poiana
parent ee4c9f9d4b
commit 242f25ae25

View File

@ -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.