Skip to content

Commit 12c65ed

Browse files
chore: wip
1 parent 69b4e4f commit 12c65ed

File tree

1 file changed

+1
-1
lines changed
  • storage/framework/core/cache/src

1 file changed

+1
-1
lines changed

storage/framework/core/cache/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { config } from '@stacksjs/config'
22
import { dynamodb, fileSystem, memory, redis } from './drivers'
33

4-
const driver = config.cache.driver || 'fileSystem'
4+
const driver = config.cache.driver || 'memory'
55

66
let driverInstance = fileSystem
77

0 commit comments

Comments
 (0)