Skip to content

Commit c88ec00

Browse files
committed
Add consistency check interval to settings
1 parent 0b24bf5 commit c88ec00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/settings/settings_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class DirectorySettings(BaseModel):
5151
num_embedding_workers: int = Field(4)
5252
batch_size: int = Field(50)
5353
recursive_indexing: bool = Field(False)
54+
consistency_check_interval: int = Field(1800)
5455

5556

5657
class ServiceSettings(BaseModel):

0 commit comments

Comments
 (0)