d
This commit is contained in:
@@ -40,8 +40,12 @@ class Settings(BaseSettings):
|
||||
sync_target_region: str = "overseas"
|
||||
sync_target_api_base_url: str = ""
|
||||
sync_shared_token: str = ""
|
||||
sync_batch_size: int = 200
|
||||
sync_poll_interval_seconds: int = 30
|
||||
sync_batch_size: int = 5000
|
||||
sync_poll_interval_seconds: int = 2
|
||||
sync_pipeline_process_limit: int = 5000
|
||||
sync_pull_max_pending_items: int = 0
|
||||
sync_pull_max_register_pending_items: int = 0
|
||||
sync_pull_max_downstream_pending_items: int = 0
|
||||
build_manifest_path: str = ""
|
||||
build_commit_sha: str = ""
|
||||
build_commit_ref: str = ""
|
||||
|
||||
Reference in New Issue
Block a user