tangled
alpha
login
or
join now
ptr.pet
/
wisp.place-monorepo
forked from
nekomimi.pet/wisp.place-monorepo
0
fork
atom
Monorepo for Wisp.place. A static site hosting service built on top of the AT Protocol.
0
fork
atom
overview
issues
pulls
pipelines
update safefetch timeout
@nekomimi.pet
4 months ago
386544c1
b968cedf
+1
-1
1 changed file
expand all
collapse all
unified
split
hosting-service
src
lib
safe-fetch.ts
+1
-1
hosting-service/src/lib/safe-fetch.ts
···
21
21
'169.254.169.254',
22
22
];
23
23
24
24
-
const FETCH_TIMEOUT = 5000; // 5 seconds
24
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