diff options
Diffstat (limited to '.config/ci.yml')
| -rw-r--r-- | .config/ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/ci.yml b/.config/ci.yml index 5657b8beae..7d5261aacd 100644 --- a/.config/ci.yml +++ b/.config/ci.yml @@ -115,8 +115,10 @@ db: user: postgres pass: ci - # 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: |