Skip to content

Commit

Permalink
Merge pull request #56 from skalenetwork/hotfix/improve-nginx
Browse files Browse the repository at this point in the history
Increase rate to 200r/s
  • Loading branch information
dmytrotkk authored Sep 18, 2023
2 parents 0670ab0 + e9128ae commit 1455b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ http {
log_format upstreamlog '[$time_local] $request $status $host - $remote_addr to: $upstream_addr - urt: $upstream_response_time msec: $msec req_t: $request_time ($http_referer $http_user_agent)';
access_log /var/log/nginx/access.log upstreamlog;

limit_req_zone $binary_remote_addr zone=one:10m rate=100r/s;
limit_req_zone $binary_remote_addr zone=one:10m rate=200r/s;
client_max_body_size 5M;

server {
Expand Down
2 changes: 1 addition & 1 deletion network-ui
Submodule network-ui updated 1 files
+1 −1 skale-network

0 comments on commit 1455b57

Please sign in to comment.