summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.rr.yaml b/.rr.yaml
index d815cdb0..9403329c 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -1268,9 +1268,14 @@ kafka:
jobs:
# Number of threads which will try to obtain the job from the priority queue
#
- # Default: number of the logical CPU cores
+ # Default: number of the workers + 1
num_pollers: 32
+ # Push operation timeout in seconds
+ #
+ # Default: 60
+ timeout: 60
+
# Size of the internal priority queue
#
# Default: 1_000_000