Skip to content
Merged
Show file tree
Hide file tree
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: 4 additions & 0 deletions config-root.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,10 @@
"type": "number",
"description": "Max time (ms) a blob read will wait for an in-progress write to finish before failing with a 503, rather than holding the connection. Default: 20000"
},
"blobRetention": {
"type": "number",
"description": "How long (ms) a superseded blob file is kept on disk, so a reader that resolved a record just before it was overwritten can still read the bytes. 0 reclaims as soon as the queue drains. Default: 2000"
},
"pageSize": { "type": "number", "description": "Database page size (bytes). Default: OS default" },
"reclamation": {
"type": "object",
Expand Down
Loading
Loading