Skip to content
Snippets Groups Projects
Commit 5edc8e5e authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Merge branch 'remove_duplicate_overflow_queue_option' into 'master'

[meson] remove duplicate overflow_queue meson option

See merge request !118
parents 19bd1fbf beca4f19
No related branches found
No related tags found
1 merge request!118[meson] remove duplicate overflow_queue meson option
Pipeline #58854 passed
......@@ -52,12 +52,6 @@ option(
value: 'posix',
description: 'Semaphore implementation to suspend/wakeup workers',
)
option(
'overflow_queue',
type: 'boolean',
value: true,
description: 'Use a overflow queue in case the primary queue is full'
)
option(
'locked_mpsc_queue',
type: 'boolean',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment