We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7477c commit ecba7ccCopy full SHA for ecba7cc
server/openblocks-server/src/main/resources/selfhost/ce/application-selfhost.yml
@@ -14,4 +14,6 @@ spring:
14
mongodb:
15
uri: ${MONGODB_URI:mongodb://localhost:27017/openblocks?socketTimeoutMS=5000}
16
redis:
17
- url: ${REDIS_URL:redis://localhost:6379}
+ url: ${REDIS_URL:redis://localhost:6379}
18
+ codec:
19
+ max-in-memory-size: 20MB
0 commit comments