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
* update daily blocking logic
* add config for dev setup
* updates
* decrease dev limit
* update constants
* update string
* update configs
* update prod to have no daily limit
* make no limit clearer
* try out -1 as no limit
Copy file name to clipboardExpand all lines: cicd/3-app/javabuilder/template.yml.erb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ Parameters:
26
26
Default: 3
27
27
LimitPerHour:
28
28
Type: Number
29
-
Description: The number of Javabuilder invocations allowed per user per hour.
30
-
MinValue: 1
29
+
Description: The number of Javabuilder invocations allowed per user per hour. If the value is -1, then there is no limit on the number of invocations per hour.
30
+
MinValue: -1
31
31
Default: 50
32
32
LimitPerDay:
33
33
Type: Number
34
-
Description: The number of Javabuilder invocations allowed per user per day.
35
-
MinValue: 1
34
+
Description: The number of Javabuilder invocations allowed per user per day. If the value is -1, then there is no limit on the number of invocations per day.
0 commit comments