add Download Timeout to FileDownloadNode (#3620)

This commit is contained in:
Jonathan Dobson
2025-10-06 11:54:56 -04:00
committed by GitHub
parent a758b03861
commit c5487b56e1
6 changed files with 38 additions and 0 deletions

View File

@@ -486,3 +486,5 @@ export type RunEngine = (typeof RunEngine)[keyof typeof RunEngine];
export type PylonEmailHash = {
hash: string;
};
export const BROWSER_DOWNLOAD_TIMEOUT_SECONDS = 600 as const;