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

Commit

Permalink
Merge pull request #18 from SkynetLabs/karol/sky-1103-increase-lua-ti…
Browse files Browse the repository at this point in the history
…mers-limits

increase timers limits
  • Loading branch information
Peter-Jan Brone authored Jun 27, 2022
2 parents ac43adf + 0bd78b4 commit ced1865
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ http {

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

lua_max_pending_timers 16384; # maximum number of waiting tasks
lua_max_running_timers 4096; # maximum number of simultaneous running tasks

log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" $upstream_response_time '
Expand Down

0 comments on commit ced1865

Please sign in to comment.