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 1ba0e98 commit 4ed95d6Copy full SHA for 4ed95d6
cli/cmd/deploy.go
@@ -36,7 +36,7 @@ import (
36
37
var _warningFileBytes = 1024 * 1024 * 10
38
var _warningProjectBytes = 1024 * 1024 * 10
39
-var _warningFileCount = 100
+var _warningFileCount = 1000
40
41
var _flagDeployForce bool
42
var _flagDeployYes bool
0 commit comments