Skip to content

Commit 37ea63c

Browse files
committed
chore: restore prev timeout
1 parent 0a9c78f commit 37ea63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const DEFAULT_RESPECT_TIMEOUT = 3600000; // 1 hour in milliseconds
2-
export const DEFAULT_RESPECT_MAX_FETCH_TIMEOUT = 60000; // 20 seconds in milliseconds
2+
export const DEFAULT_RESPECT_MAX_FETCH_TIMEOUT = 20000; // 20 seconds in milliseconds
33
export const DEFAULT_RESPECT_MAX_STEPS = 2000;

0 commit comments

Comments
 (0)