summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-07-29 11:06:03 +0200
committerGitHub <[email protected]>2022-07-29 11:06:03 +0200
commitcc93a6f652bafb26b1cf045a1b67fa8c1532a102 (patch)
tree50df171d30a15e4c691eef6da4d95bf55311b89e
parentf85dd414a6425f390445f817eb40671d51ff2645 (diff)
Update .rr.yaml
-rw-r--r--.rr.yaml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.rr.yaml b/.rr.yaml
index f43ffc50..f558e22a 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -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.
#