Skip to content

Commit 242f25a

Browse files
Issifpoiana
authored andcommitted
fix: update the url for the docs about the concurrent queue classes
Signed-off-by: Thomas Labarussias <[email protected]>
1 parent ee4c9f9 commit 242f25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

falco.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ rule_matching: first
575575
#
576576
# Falco utilizes tbb::concurrent_bounded_queue for handling outputs, and this parameter
577577
# allows you to customize the queue capacity. Please refer to the official documentation:
578-
# https://oneapi-src.github.io/oneTBB/main/tbb_userguide/Concurrent_Queue_Classes.html.
578+
# https://uxlfoundation.github.io/oneTBB/main/tbb_userguide/Concurrent_Queue_Classes.html.
579579
# On a healthy system with optimized Falco rules, the queue should not fill up.
580580
# If it does, it is most likely happening due to the entire event flow being too slow,
581581
# indicating that the server is under heavy load.

0 commit comments

Comments
 (0)