Skip to content

Commit 66faea1

Browse files
committed
fix lint
1 parent c595fbb commit 66faea1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/components/schemas.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,9 +1302,9 @@ Database:
13021302
properties:
13031303
size:
13041304
description: |-
1305-
The maximum number of revisions that can be stored in the revision cache.
1306-
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,
1307-
so you may find that the capacity stat (revision_cache_num_items) will climb to the defined rev cache size + 10%.
1305+
The maximum number of revisions that can be stored in the revision cache.
1306+
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
1307+
you may find that the capacity stat (revision_cache_num_items) will climb to the defined rev cache size + 10%.
13081308
type: string
13091309
default: 5000
13101310
max_memory_count_mb:

0 commit comments

Comments
 (0)