Skip to content

Commit 34f823d

Browse files
authored
Merge pull request #129 from lvhuichao/develop
feat(config): add max-in-memory-size to 20MB by default in config yaml
2 parents ea7477c + ecba7cc commit 34f823d

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)