docs: explain empty groups.name
All checks were successful
build / build (pull_request) Successful in 2m5s
build / build (push) Successful in 2m7s
build / trigger-build-image (pull_request) Has been skipped
build / trigger-build-image (push) Has been skipped

This commit is contained in:
张泊明518370910136 2025-06-30 19:43:53 -04:00
parent a280e205d6
commit a0f4174bf8
GPG Key ID: D47306D7062CDA9D

View File

@ -14,8 +14,9 @@ issue.show-submitter = true # whether to show submitter in the issue title
max-total-score = 100 # maximum total score for the task max-total-score = 100 # maximum total score for the task
# submission count limit groups # submission count limit groups
# explanation of the following config: # explanation of the following config:
# groups with name "joj" can submit up to 1000 times in last 24 hours # in last 1 hour, total submission <= 50 times
# groups with name "run" can submit up to 100 times in last 1 hour # in last 24 hours, submission includes group "joj" <= 1000 times
groups.name = ["joj", "run"] # names of the groups # in last 2 hours, submission includes group "run" <= 100 times
groups.max-count = [1000, 100] # maximum submission count for each group groups.name = ["", "joj", "run"] # names of the groups
groups.time-period-hour = [24, 1] # time period in hour for each group groups.max-count = [50, 1000, 100] # maximum submission count for each group
groups.time-period-hour = [1, 24, 2] # time period in hour for each group