mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
Switch to ten mb constant
This commit is contained in:
parent
fc2a5c3b8b
commit
50478e7884
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class DiskStorageSettings(BaseSettings):
|
|||
Field(
|
||||
description="The maximum size for each collection in the storage directory, in bytes."
|
||||
),
|
||||
] = 1024 * 1024 * 10 # 10MB
|
||||
] = TEN_MB_IN_BYTES # 10MB
|
||||
|
||||
|
||||
class ExperimentalSettings(BaseSettings):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue