Skip to content

Commit 92f0247

Browse files
committed
chore: remove warn
1 parent 8148a36 commit 92f0247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starter/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Apify.main(async () => {
9292
// Wait for the run to finish
9393
await waitForRunToFinishAndPushData(actorInput);
9494
},
95-
handleRequestTimeoutSecs: Number.MAX_SAFE_INTEGER,
95+
handleRequestTimeoutSecs: 2_147_483_647,
9696
});
9797

9898
// Run the checker

0 commit comments

Comments
 (0)