mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 04:11:17 +00:00
Trying to up connection limit.
This commit is contained in:
parent
859dfb3f81
commit
415652577d
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
events {
|
||||
worker_connections 1024;
|
||||
worker_connections 10000;
|
||||
}
|
||||
|
||||
http {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
worker_processes 1;
|
||||
events {
|
||||
worker_connections 1024;
|
||||
worker_connections 10000;
|
||||
}
|
||||
http {
|
||||
upstream lemmy {
|
||||
|
|
Loading…
Reference in a new issue