1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 14:46:40 +09:00

cluster_mode は不要な可能性がある

This commit is contained in:
riku6460 2024-10-22 15:21:15 +09:00
parent b0d0dbeffc
commit c36ba9992b
No known key found for this signature in database
GPG Key ID: 27414FA27DB94CF6
6 changed files with 0 additions and 8 deletions

View File

@ -24,7 +24,6 @@ services:
DFLY_snapshot_cron: '* * * * *' DFLY_snapshot_cron: '* * * * *'
DFLY_version_check: false DFLY_version_check: false
DFLY_tcp_backlog: 2048 DFLY_tcp_backlog: 2048
DFLY_cluster_mode: emulated
DFLY_lock_on_hashtags: true DFLY_lock_on_hashtags: true
DFLY_pipeline_squash: 0 DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false DFLY_multi_exec_squash: false

View File

@ -38,7 +38,6 @@ jobs:
env: env:
DFLY_version_check: false DFLY_version_check: false
DFLY_tcp_backlog: 2048 DFLY_tcp_backlog: 2048
DFLY_cluster_mode: emulated
DFLY_lock_on_hashtags: true DFLY_lock_on_hashtags: true
DFLY_pipeline_squash: 0 DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false DFLY_multi_exec_squash: false
@ -101,7 +100,6 @@ jobs:
env: env:
DFLY_version_check: false DFLY_version_check: false
DFLY_tcp_backlog: 2048 DFLY_tcp_backlog: 2048
DFLY_cluster_mode: emulated
DFLY_lock_on_hashtags: true DFLY_lock_on_hashtags: true
DFLY_pipeline_squash: 0 DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false DFLY_multi_exec_squash: false

View File

@ -44,8 +44,6 @@ spec:
value: false value: false
- name: DFLY_tcp_backlog - name: DFLY_tcp_backlog
value: 2048 value: 2048
- name: DFLY_cluster_mode
value: emulated
- name: DFLY_lock_on_hashtags - name: DFLY_lock_on_hashtags
value: true value: true
- name: DFLY_pipeline_squash - name: DFLY_pipeline_squash

View File

@ -12,7 +12,6 @@ services:
DFLY_snapshot_cron: '* * * * *' DFLY_snapshot_cron: '* * * * *'
DFLY_version_check: false DFLY_version_check: false
DFLY_tcp_backlog: 2048 DFLY_tcp_backlog: 2048
DFLY_cluster_mode: emulated
DFLY_lock_on_hashtags: true DFLY_lock_on_hashtags: true
DFLY_pipeline_squash: 0 DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false DFLY_multi_exec_squash: false

View File

@ -32,7 +32,6 @@ services:
DFLY_snapshot_cron: '* * * * *' DFLY_snapshot_cron: '* * * * *'
DFLY_version_check: false DFLY_version_check: false
DFLY_tcp_backlog: 2048 DFLY_tcp_backlog: 2048
DFLY_cluster_mode: emulated
DFLY_lock_on_hashtags: true DFLY_lock_on_hashtags: true
DFLY_pipeline_squash: 0 DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false DFLY_multi_exec_squash: false

View File

@ -8,7 +8,6 @@ services:
environment: environment:
DFLY_version_check: false DFLY_version_check: false
DFLY_tcp_backlog: 2048 DFLY_tcp_backlog: 2048
DFLY_cluster_mode: emulated
DFLY_lock_on_hashtags: true DFLY_lock_on_hashtags: true
DFLY_pipeline_squash: 0 DFLY_pipeline_squash: 0
DFLY_multi_exec_squash: false DFLY_multi_exec_squash: false