Skip to content

Commit ecba7cc

Browse files
committed
feat(config): add max-in-memory-size to 20MB by default in config yaml
1 parent ea7477c commit ecba7cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

server/openblocks-server/src/main/resources/selfhost/ce/application-selfhost.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ spring:
1414
mongodb:
1515
uri: ${MONGODB_URI:mongodb://localhost:27017/openblocks?socketTimeoutMS=5000}
1616
redis:
17-
url: ${REDIS_URL:redis://localhost:6379}
17+
url: ${REDIS_URL:redis://localhost:6379}
18+
codec:
19+
max-in-memory-size: 20MB

0 commit comments

Comments
 (0)