Skip to content

Commit

Permalink
Update default value referenced in comments for cache sizes (#12013)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Aug 21, 2024
1 parent c64c709 commit 5a1985f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utilities/caching/sizes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export interface CacheSizes {
* will fall back to this configuration value if the option is not set.
*
* @defaultValue
* Defaults to `10000`.
* Defaults to `50000`.
*
* @remarks
* Every object that is read from the cache will be cached here, so it is
Expand All @@ -267,7 +267,7 @@ export interface CacheSizes {
* will fall back to this configuration value if the option is not set.
*
* @defaultValue
* Defaults to `5000`.
* Defaults to `10000`.
*
* @remarks
* Every array that is read from the cache will be cached here, so it is
Expand Down

0 comments on commit 5a1985f

Please sign in to comment.