Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit ced1865

Browse files
author
Peter-Jan Brone
authored
Merge pull request #18 from SkynetLabs/karol/sky-1103-increase-lua-timers-limits
increase timers limits
2 parents ac43adf + 0bd78b4 commit ced1865

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nginx.conf

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ http {
4545

4646
lua_package_path "/etc/nginx/libs/?.lua;;";
4747

48+
lua_max_pending_timers 16384; # maximum number of waiting tasks
49+
lua_max_running_timers 4096; # maximum number of simultaneous running tasks
50+
4851
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
4952
'$status $body_bytes_sent "$http_referer" '
5053
'"$http_user_agent" $upstream_response_time '

0 commit comments

Comments
 (0)