]> git.parisson.com Git - teleforma.git/commitdiff
increase listen and set net.core.somaxconn
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 14 Jul 2026 13:38:16 +0000 (15:38 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 14 Jul 2026 13:38:16 +0000 (15:38 +0200)
app/wsgi.ini
docker-compose.yml
lib/pdfannotator

index 0fba22ebb59c263e1a5d544d04b467f7cd6029d4..7acc128d4bd192b5b0ca0247b1ca85ab2f46c3f3 100644 (file)
@@ -5,7 +5,7 @@ chdir = /srv/app/
 module = wsgi
 touch-reload = /srv/app/wsgi.py
 chmod-socket = 664
-listen = 4096
+listen = 16384
 
 uid = www-data
 gid = www-data
index 15bedd21bcac8379914537cd6dcdb07af3da857f..e271d88a524ee554f723eca6f0e9170f6d1659a9 100644 (file)
@@ -27,6 +27,8 @@ services:
       - memcached
     env_file:
       - env/debug.env
+    sysctls:
+      net.core.somaxconn: 32768
 
   db:
     image: postgres:18
index 5751169abfa69fbb0ddfc78629c5e3794390d1bd..e154a43fb20ab6775974e92da7dfafe4d71490ef 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 5751169abfa69fbb0ddfc78629c5e3794390d1bd
+Subproject commit e154a43fb20ab6775974e92da7dfafe4d71490ef