Change Mutex to RWMutex

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-06-30 11:28:44 +03:00
parent 8ef7e13ce8
commit 86956cd4be
2 changed files with 21 additions and 13 deletions

View File

@@ -31,11 +31,11 @@
## Queue resizes automatically if the queue becomes too large.
# queue_initial_size = 100000
## Maximum queue size, 0 means unlimited
## Maximum queue size, "0" means unlimited
## If the queue reaches this size, new writes will be dropped until it drains.
# queue_max_size = 0
## Queue flush size, 0 means unlimited
## Queue flush size, "0" means unlimited
## The flush interval will not be reset if the queue is larger than this.
# queue_flush_size = 0