This commit is contained in:
Your Name
2026-04-22 14:13:21 +08:00
parent e0406b5d0e
commit 7cbde2aa78
145 changed files with 23086 additions and 2243 deletions

View File

@@ -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 = ""