From 62247aab8cbb73a59a31f5ad927c6a9ac7a7387f Mon Sep 17 00:00:00 2001 From: Sergey Ukustov Date: Mon, 29 Aug 2022 20:01:49 +0300 Subject: [PATCH] feat: Add stream-cache-limit to example daemon.config.json --- docs/run/nodes/nodes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/run/nodes/nodes.md b/docs/run/nodes/nodes.md index 0c675504a..5910bc2e0 100644 --- a/docs/run/nodes/nodes.md +++ b/docs/run/nodes/nodes.md @@ -187,7 +187,9 @@ ceramic daemon "network": { "name": "mainnet", // Connect to mainnet, testnet-clay, or dev-unstable }, - "node": {}, + "node": { + "stream-cache-limit": 5000 // How many streams are allowed to live in memory; increase as your memory allows; default is 500 + }, "state-store": { "mode": "s3", "s3-bucket": "bucket_name"