docs(config.yml): update comment.

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu 2022-10-29 22:39:20 +08:00
parent 24d2861f1c
commit 111a7cce49
1 changed files with 1 additions and 1 deletions

View File

@ -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"