Skip to content

Commit c1c54ba

Browse files
authored
Fix cache configuration
PR-URL: #231
1 parent 0166e6f commit c1c54ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/config/cache.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
({
2-
size: '50mb',
3-
maxFileSize: '10mb',
2+
size: '50 mb',
3+
maxFileSize: '10 mb',
44
});

0 commit comments

Comments
 (0)