You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/config/variables.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -872,18 +872,18 @@
872
872
],
873
873
[
874
874
'name' => '_APP_FUNCTIONS_BUILD_TIMEOUT',
875
-
'description' => 'Deprecated since 1.7.0. The maximum number of seconds allowed as a timeout value when building a new function. The default value is 900 seconds.',
875
+
'description' => 'Deprecated since 1.7.0. The maximum number of seconds allowed as a timeout value when building a new function. The default value is 2700 seconds.',
876
876
'introduction' => '0.13.0',
877
-
'default' => '900',
877
+
'default' => '2700',
878
878
'required' => false,
879
879
'question' => '',
880
880
'filter' => ''
881
881
],
882
882
[
883
883
'name' => '_APP_COMPUTE_BUILD_TIMEOUT',
884
-
'description' => 'The maximum number of seconds allowed as a timeout value when building a new function or site. The default value is 900 seconds.',
884
+
'description' => 'The maximum number of seconds allowed as a timeout value when building a new function or site. The default value is 2700 seconds.',
0 commit comments