Skip to content

Commit f3e016c

Browse files
authored
Merge pull request #1539 from HXSecurity/develop
v1.12.0
2 parents d7317b1 + 870c3e2 commit f3e016c

File tree

1 file changed

+2
-2
lines changed
  • deploy/docker-compose

1 file changed

+2
-2
lines changed

deploy/docker-compose/dtctl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ services:
448448
image: "$registry/dongtai-server:$DONGTAI_SERVER_VER"
449449
restart: always
450450
sysctls:
451-
net.core.somaxconn: 1024
451+
net.core.somaxconn: 4096
452452
volumes:
453453
- iast-vol:/tmp/logstash/
454454
- $PWD/config-tutorial.ini:/opt/dongtai/dongtai_conf/conf/config.ini
@@ -573,7 +573,7 @@ services:
573573
image: "$registry/dongtai-server:$DONGTAI_SERVER_VER"
574574
restart: always
575575
sysctls:
576-
net.core.somaxconn: 1024
576+
net.core.somaxconn: 4096
577577
volumes:
578578
- iast-vol:/tmp/logstash/
579579
- $PWD/config-tutorial.ini:/opt/dongtai/dongtai_conf/conf/config.ini

0 commit comments

Comments
 (0)