mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Change to ioredis and Update Caching
This commit is contained in:
parent
275e2e4e73
commit
15f879ebb0
5 changed files with 91 additions and 104 deletions
|
@ -55,6 +55,7 @@ const nextConfig: NextConfig = {
|
|||
process.env.NODE_ENV === 'production'
|
||||
? require.resolve('./cache-handler.mjs')
|
||||
: undefined,
|
||||
cacheMaxMemorySize: process.env.NODE_ENV === 'production' ? 0 : undefined,
|
||||
};
|
||||
|
||||
const withMDX = createMDX({});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue