spec(test): DragonflyDBのフラグ見直し (MisskeyIO#977)

This commit is contained in:
あわわわとーにゅ 2025-04-16 09:55:33 +09:00 committed by GitHub
parent a89bf002db
commit 17e14bb87e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 48 deletions

View file

@ -23,13 +23,7 @@ services:
environment: environment:
DFLY_snapshot_cron: '* * * * *' DFLY_snapshot_cron: '* * * * *'
DFLY_version_check: false DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
DFLY_conn_io_threads: 4
DFLY_epoll_file_threads: 4
DFLY_proactor_threads: 4
networks: networks:
- internal_network - internal_network
volumes: volumes:

View file

@ -37,13 +37,7 @@ jobs:
options: --ulimit "memlock=-1" options: --ulimit "memlock=-1"
env: env:
DFLY_version_check: false DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
DFLY_conn_io_threads: 4
DFLY_epoll_file_threads: 4
DFLY_proactor_threads: 4
ports: ports:
- 56312:6379 - 56312:6379
@ -98,13 +92,7 @@ jobs:
options: --ulimit "memlock=-1" options: --ulimit "memlock=-1"
env: env:
DFLY_version_check: false DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
DFLY_conn_io_threads: 4
DFLY_epoll_file_threads: 4
DFLY_proactor_threads: 4
ports: ports:
- 56312:6379 - 56312:6379

View file

@ -42,20 +42,8 @@ spec:
env: env:
- name: DFLY_version_check - name: DFLY_version_check
value: false value: false
- name: DFLY_tcp_backlog
value: 2048
- name: DFLY_default_lua_flags - name: DFLY_default_lua_flags
value: allow-undeclared-keys value: allow-undeclared-keys
- name: DFLY_pipeline_squash
value: 0
- name: DFLY_multi_exec_squash
value: false
- name: DFLY_conn_io_threads
value: 4
- name: DFLY_epoll_file_threads
value: 4
- name: DFLY_proactor_threads
value: 4
ports: ports:
- containerPort: 6379 - containerPort: 6379
volumes: volumes:

View file

@ -11,13 +11,7 @@ services:
environment: environment:
DFLY_snapshot_cron: '* * * * *' DFLY_snapshot_cron: '* * * * *'
DFLY_version_check: false DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
DFLY_conn_io_threads: 4
DFLY_epoll_file_threads: 4
DFLY_proactor_threads: 4
ports: ports:
- "6379:6379" - "6379:6379"
volumes: volumes:

View file

@ -31,13 +31,7 @@ services:
environment: environment:
DFLY_snapshot_cron: '* * * * *' DFLY_snapshot_cron: '* * * * *'
DFLY_version_check: false DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
DFLY_conn_io_threads: 4
DFLY_epoll_file_threads: 4
DFLY_proactor_threads: 4
networks: networks:
- internal_network - internal_network
volumes: volumes:

View file

@ -7,13 +7,7 @@ services:
memlock: -1 memlock: -1
environment: environment:
DFLY_version_check: false DFLY_version_check: false
DFLY_tcp_backlog: 2048
DFLY_default_lua_flags: allow-undeclared-keys DFLY_default_lua_flags: allow-undeclared-keys
DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false
DFLY_conn_io_threads: 4
DFLY_epoll_file_threads: 4
DFLY_proactor_threads: 4
ports: ports:
- "127.0.0.1:56312:6379" - "127.0.0.1:56312:6379"