Skip to content

Commit b7ed715

Browse files
authored
chore(tests): reduce worker pool size (#262)
1 parent 32995b1 commit b7ed715

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/helper/helper.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ var defaultEnvs = map[string]string{
3434
"WEBHOOKX_LOG_FILE": "webhookx.log",
3535
"WEBHOOKX_ACCESS_LOG_FILE": "webhookx.log",
3636
"WEBHOOKX_WORKER_DELIVERER_ACL_DENY": "",
37+
"WEBHOOKX_WORKER_POOL_SIZE": "100",
38+
"WEBHOOKX_WORKER_POOL_CONCURRENCY": "10",
3739
}
3840

3941
func unsetEnvs(envs map[string]string) {

0 commit comments

Comments
 (0)