We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db95bdb commit a5e0c5fCopy full SHA for a5e0c5f
src/lib/processSnapshot.ts
@@ -9,7 +9,7 @@ const globalCache = new NodeCache({ stdTTL: 3600, checkperiod: 600 });
9
const MAX_RESOURCE_SIZE = 15 * (1024 ** 2); // 15MB
10
var ALLOWED_RESOURCES = ['document', 'stylesheet', 'image', 'media', 'font', 'other'];
11
const ALLOWED_STATUSES = [200, 201];
12
-const REQUEST_TIMEOUT = 1800000;
+const REQUEST_TIMEOUT = 180000;
13
const MIN_VIEWPORT_HEIGHT = 1080;
14
const MAX_RETRY_WAIT_TIME = 60000;
15
0 commit comments