Update download blcok timeout to 2 minutes (from 20 minutes (#3684)

This commit is contained in:
Suchintan
2025-10-10 13:17:46 -04:00
committed by GitHub
parent 694c8261c1
commit f5a313c74b
2 changed files with 2 additions and 2 deletions

View File

@@ -489,4 +489,4 @@ export type PylonEmailHash = {
hash: string;
};
export const BROWSER_DOWNLOAD_TIMEOUT_SECONDS = 600 as const;
export const BROWSER_DOWNLOAD_TIMEOUT_SECONDS = 120 as const;