We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32995b1 commit b7ed715Copy full SHA for b7ed715
test/helper/helper.go
@@ -34,6 +34,8 @@ var defaultEnvs = map[string]string{
34
"WEBHOOKX_LOG_FILE": "webhookx.log",
35
"WEBHOOKX_ACCESS_LOG_FILE": "webhookx.log",
36
"WEBHOOKX_WORKER_DELIVERER_ACL_DENY": "",
37
+ "WEBHOOKX_WORKER_POOL_SIZE": "100",
38
+ "WEBHOOKX_WORKER_POOL_CONCURRENCY": "10",
39
}
40
41
func unsetEnvs(envs map[string]string) {
0 commit comments