Skip to content

Commit 1c245ac

Browse files
committed
doc: change configuration
1 parent 0404718 commit 1c245ac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

config/config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ delay_queue:
99
timer_fetch_interval: 1000 # fetching job interval(ms), decrease interval may get better throughout.
1010
timer_fetch_delay: 0 # fetch delay(ms), if there are still job in the bucket after the fetch,
1111
# it will delay timer_fetch_delay ms for next fetch. Default is not wait.
12-
#encoder: "json" # encoder: json, compress(default, similar to protobuf)
1312

1413
# redis config
1514
redis:

config/config.yaml.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ delay_queue:
99
timer_fetch_interval: 2000 # fetching job interval(ms), decrease interval may get better throughout.
1010
timer_fetch_delay: 0 # fetch delay(ms), if there are still job in the bucket after the fetch,
1111
# it will delay timer_fetch_delay ms for next fetch. Default is not wait.
12-
encoder: "json" # encoder: json, compress(fast diy encode, similar to protobuf)
1312

1413
# redis config
1514
redis:

0 commit comments

Comments
 (0)