fix: increase GIT_CLONE_TIMEOUT_SECONDS to 600 for better performance #173
This commit is contained in:
@@ -50,7 +50,7 @@ ORG_ADMIN_DEP = Depends(require_org_admin)
|
||||
GATEWAY_ID_QUERY = Query(...)
|
||||
|
||||
ALLOWED_PACK_SOURCE_SCHEMES = {"https"}
|
||||
GIT_CLONE_TIMEOUT_SECONDS = 30
|
||||
GIT_CLONE_TIMEOUT_SECONDS = 600
|
||||
GIT_REV_PARSE_TIMEOUT_SECONDS = 10
|
||||
BRANCH_NAME_ALLOWED_RE = r"^[A-Za-z0-9._/\-]+$"
|
||||
SKILLS_INDEX_READ_CHUNK_BYTES = 16 * 1024
|
||||
|
||||
Reference in New Issue
Block a user