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 b9cd545 commit 42ff720Copy full SHA for 42ff720
templates/cli/lib/commands/push.js.twig
@@ -67,7 +67,7 @@ const { checkDeployConditions } = require('../utils');
67
68
const STEP_SIZE = 100; // Resources
69
const POLL_DEBOUNCE = 2000; // Milliseconds
70
-const POLL_MAX_DEBOUNCE = 30; // Times
+const POLL_MAX_DEBOUNCE = 1800; // Times of POLL_DEBOUNCE (1 hour)
71
72
let pollMaxDebounces = 30;
73
0 commit comments