mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 09:31:08 +00:00
Merge pull request #3245 from WesleyAC/redis-aof-auto-compact
Add redis automatic rewrite configuration.
This commit is contained in:
commit
193aeff4d2
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ bind 127.0.0.1 ::1
|
||||||
protected-mode yes
|
protected-mode yes
|
||||||
port 6379
|
port 6379
|
||||||
|
|
||||||
|
auto-aof-rewrite-percentage 50
|
||||||
|
auto-aof-rewrite-min-size 128mb
|
||||||
|
|
||||||
rename-command FLUSHDB ""
|
rename-command FLUSHDB ""
|
||||||
rename-command FLUSHALL ""
|
rename-command FLUSHALL ""
|
||||||
rename-command DEBUG ""
|
rename-command DEBUG ""
|
||||||
|
|
Loading…
Reference in a new issue