fix: allow full State Corp exchange imports
This commit is contained in:
@@ -164,7 +164,7 @@ class StateCorpExchangeService:
|
||||
resolved_url = str(target_url or settings.STATE_CORP_EXCHANGE_URL).strip()
|
||||
resolved_token = str(token or settings.STATE_CORP_EXCHANGE_TOKEN).strip()
|
||||
timeout_seconds = timeout_seconds or int(
|
||||
getattr(settings, "STATE_CORP_EXCHANGE_TIMEOUT_SECONDS", 60)
|
||||
getattr(settings, "STATE_CORP_EXCHANGE_TIMEOUT_SECONDS", 300)
|
||||
)
|
||||
|
||||
if not resolved_url:
|
||||
|
||||
Reference in New Issue
Block a user