mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-18 05:41:49 +01:00
fix: excessive cache writes
Signed-off-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
This commit is contained in:
parent
92640f2d3b
commit
273dcc6530
@ -72,7 +72,7 @@ services:
|
||||
container_name: cache
|
||||
volumes:
|
||||
- cache:/data
|
||||
command: redis-server --save 20 1 --loglevel warning --requirepass nostr_ts_relay
|
||||
command: redis-server --loglevel warning --requirepass nostr_ts_relay
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: 10.10.10.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user