File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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
1514redis :
Original file line number Diff line number Diff 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
1514redis:
You can’t perform that action at this time.
0 commit comments