tune server load defaults

This commit is contained in:
dirtydishes 2026-05-22 02:22:32 -04:00
parent fb25b5ac97
commit d645f80dff
8 changed files with 173 additions and 35 deletions

View file

@ -155,7 +155,7 @@ services:
redis:
image: redis:7.2
restart: unless-stopped
command: ["redis-server", "--appendonly", "yes"]
command: ["redis-server", "--appendonly", "no"]
volumes:
- ${ISLANDFLOW_DATA_ROOT:-/var/lib/islandflow}/redis:/data
healthcheck: