Change cache type to mem
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = ({env}) => ({
|
||||
cache: {
|
||||
enabled: true,
|
||||
models: ['awtis', 'teks'],
|
||||
type: 'redis',
|
||||
type: 'mem',
|
||||
maxAge: 3600000,
|
||||
enableEtagSupport: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user