Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/run/nodes/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down