Trying to up connection limit.

This commit is contained in:
Dessalines 2024-10-17 16:15:01 -04:00
parent 859dfb3f81
commit 415652577d
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
events {
worker_connections 1024;
worker_connections 10000;
}
http {

View file

@ -1,6 +1,6 @@
worker_processes 1;
events {
worker_connections 1024;
worker_connections 10000;
}
http {
upstream lemmy {