diff options
author | Valery Piashchynski <[email protected]> | 2022-07-29 11:06:03 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-29 11:06:03 +0200 |
commit | cc93a6f652bafb26b1cf045a1b67fa8c1532a102 (patch) | |
tree | 50df171d30a15e4c691eef6da4d95bf55311b89e /.rr.yaml | |
parent | f85dd414a6425f390445f817eb40671d51ff2645 (diff) |
Update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -186,16 +186,6 @@ temporal: # Default: default namespace: default - # Internal temporal communication protocol, can be "proto" or "json". - # - # Default: "proto" - codec: proto - - # Debugging level (only for "json" codec). Set 0 for nothing, 1 for "normal", and 2 for colorized messages. - # - # Default: 0 - debug_level: 2 - # Temporal metrics # # Optional section @@ -234,7 +224,7 @@ temporal: # Maximal count of worker executions. Zero (or nothing) means no limit. # # Default: 0 - max_jobs: 64 + max_jobs: 0 # Timeout for worker allocation. Zero means no limit. # |