Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 committed Jan 3, 2025
1 parent c595fbb commit 66faea1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api/components/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1302,9 +1302,9 @@ Database:
properties:
size:
description: |-
The maximum number of revisions that can be stored in the revision cache.
Note when running with greater than 1 shard count we add 10% capacity overall to avoid early eviction when some shards fill up before others,
so you may find that the capacity stat (revision_cache_num_items) will climb to the defined rev cache size + 10%.
The maximum number of revisions that can be stored in the revision cache.
Note when running with greater than 1 shard count we add 10% capacity overall to avoid early eviction when some shards fill up before others, so
you may find that the capacity stat (revision_cache_num_items) will climb to the defined rev cache size + 10%.
type: string
default: 5000
max_memory_count_mb:
Expand Down

0 comments on commit 66faea1

Please sign in to comment.