Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place

update safefetch timeout

Changed files
+1 -1
hosting-service
src
+1 -1
hosting-service/src/lib/safe-fetch.ts
··· 21 21 '169.254.169.254', 22 22 ]; 23 23 24 - const FETCH_TIMEOUT = 5000; // 5 seconds 24 + const FETCH_TIMEOUT = 120000; // 120 seconds 25 25 const FETCH_TIMEOUT_BLOB = 120000; // 2 minutes for blob downloads 26 26 const MAX_RESPONSE_SIZE = 10 * 1024 * 1024; // 10MB 27 27