Skip to content

Commit e3e79b5

Browse files
LuRenJiasWorldunknwon
authored andcommitted
Add dingtalk and QUEUE_LENGTH parameter of webhook in configuration file (#233)
1 parent 943b0b2 commit e3e79b5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

en-US/advanced/configuration_cheat_sheet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ Name|Description
159159

160160
Name|Description
161161
----|-----------
162-
`TYPES`|Types are enabled for users to use, can be `gogs`, `slack` or `discord`.
162+
`TYPES`|Types are enabled for users to use, can be `gogs`, `slack``discord` or `dingtalk`.
163+
`QUEUE_LENGTH`|The length of the Webhook queue, increase if webhook shooting starts hanging
163164
`DELIVER_TIMEOUT`|Delivery timeout in seconds for shooting webhooks.
164165
`SKIP_TLS_VERIFY`|Indicate whether to allow insecure certification or not.
165166
`PAGING_NUM`|Number of webhook history that are shown in one page.

zh-CN/advanced/configuration_cheat_sheet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ name: 配置文件手册
159159

160160
名称|描述
161161
----|----
162-
`TYPES`|启动的 Web 钩子类型,可以是 `gogs``slack``discord`
162+
`TYPES`|启动的 Web 钩子类型,可以是 `gogs``slack``discord``dingtalk`
163+
`QUEUE_LENGTH`|Web钩子队列长度,如果发现部分Webhook未能成功触发,可考虑增加该值
163164
`DELIVER_TIMEOUT`|发送通知的超时时间,以秒为单位
164165
`SKIP_TLS_VERIFY`|指示是否允许向具有非信任证书的地址发送通知
165166
`PAGING_NUM`|Web 钩子历史页面每页显示记录条数

0 commit comments

Comments
 (0)