Skip to content

Commit

Permalink
tcp_backlog
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid committed Aug 22, 2024
1 parent 6b88fd4 commit 51444a3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ services:
ulimits:
memlock: -1
environment:
DFLY_version_check: false
DFLY_snapshot_cron: '* * * * *'
DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
options: --ulimit "memlock=-1"
env:
DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
options: --ulimit "memlock=-1"
env:
DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
Expand Down
2 changes: 2 additions & 0 deletions chart/templates/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ spec:
env:
- name: DFLY_version_check
value: false
- name: DFLY_tcp_backlog
value: 2048
- name: DFLY_default_lua_flags
value: allow-undeclared-keys
- name: DFLY_pipeline_squash
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.local-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ services:
ulimits:
memlock: -1
environment:
DFLY_version_check: false
DFLY_snapshot_cron: '* * * * *'
DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
Expand Down
3 changes: 2 additions & 1 deletion docker-compose_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ services:
ulimits:
memlock: -1
environment:
DFLY_version_check: false
DFLY_snapshot_cron: '* * * * *'
DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
Expand Down
1 change: 1 addition & 0 deletions packages/backend/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
memlock: -1
environment:
DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
Expand Down

0 comments on commit 51444a3

Please sign in to comment.