docs(config.yml): update comment.
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
24d2861f1c
commit
111a7cce49
|
@ -6,7 +6,7 @@ core:
|
|||
worker_num: 0 # default worker number is runtime.NumCPU()
|
||||
queue_num: 0 # default queue number is 8192
|
||||
max_notification: 100
|
||||
sync: false # set true if you need get error message from fail push notification in API response.
|
||||
sync: false # set true if you need get error message from fail push notification in API response. It only works when the queue engine is local.
|
||||
feedback_hook_url: "" # set a hook url if you need get error message asynchronously from fail push notification in API response.
|
||||
feedback_timeout: 10 # default is 10 second
|
||||
mode: "release"
|
||||
|
|
Loading…
Reference in New Issue