forked from DevOps/deploy.stack
fix: 将Valkey的保存间隔从30秒调整为60秒
修改了Valkey的持久化策略,减少磁盘IO操作频率以降低系统负载
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
|||||||
image: ${Valkey_TAG}
|
image: ${Valkey_TAG}
|
||||||
container_name: redis
|
container_name: redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: valkey-server --save 30 1 --loglevel warning
|
command: valkey-server --save 60 1 --loglevel warning
|
||||||
networks:
|
networks:
|
||||||
- searxng
|
- searxng
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user