We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b24bf5 commit c88ec00Copy full SHA for c88ec00
backend/settings/settings_model.py
@@ -51,6 +51,7 @@ class DirectorySettings(BaseModel):
51
num_embedding_workers: int = Field(4)
52
batch_size: int = Field(50)
53
recursive_indexing: bool = Field(False)
54
+ consistency_check_interval: int = Field(1800)
55
56
57
class ServiceSettings(BaseModel):
0 commit comments