Skip to content

Commit c881dfb

Browse files
Merge pull request #905 from appwrite/fix-push-timeout
Fix: CLI Push timeout
2 parents bcf958e + 42ff720 commit c881dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/push.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const { checkDeployConditions } = require('../utils');
6767

6868
const STEP_SIZE = 100; // Resources
6969
const POLL_DEBOUNCE = 2000; // Milliseconds
70-
const POLL_MAX_DEBOUNCE = 30; // Times
70+
const POLL_MAX_DEBOUNCE = 1800; // Times of POLL_DEBOUNCE (1 hour)
7171

7272
let pollMaxDebounces = 30;
7373

0 commit comments

Comments
 (0)