diff options
author | Valery Piashchynski <[email protected]> | 2023-07-06 20:48:26 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-07-06 20:48:26 +0200 |
commit | f90d1f0770de7be7bd3835fa9309914c3f85a2b0 (patch) | |
tree | c48c31c53806b3e077df458dc980b727d83deed6 /.rr.yaml | |
parent | ac11064d7bdd0e191e9da77ace6257ee0f8287dd (diff) |
chore: update `.rr.yaml`, add the old JOBS option - timeoutv2023.2.0
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |