mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 12:21:18 +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 {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
worker_processes 1;
|
worker_processes 1;
|
||||||
events {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 10000;
|
||||||
}
|
}
|
||||||
http {
|
http {
|
||||||
upstream lemmy {
|
upstream lemmy {
|
||||||
|
|
Loading…
Reference in a new issue