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.
2 parents ea7477c + ecba7cc commit 34f823dCopy full SHA for 34f823d
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