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.
2 parents bcf958e + 42ff720 commit c881dfbCopy full SHA for c881dfb
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