diff options
Diffstat (limited to '.config/example.yml')
| -rw-r--r-- | .config/example.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.config/example.yml b/.config/example.yml index 9e2b6d6da5..b7843da9ad 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -121,8 +121,12 @@ db: user: sharkey pass: example-misskey-pass - # Whether disable Caching queries - #disableCache: true + # If false, then query results will be cached in redis. + # If true (default), then queries will not be cached. + # This will reduce database load at the cost of increased Redis traffic and risk of bugs and unpredictable behavior. + #disableCache: false + + # # Extra Connection options #extra: |