Skip to content

Commit

Permalink
feat(michael): increase default subtask count from 10 => 12 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar authored Aug 18, 2023
1 parent e8c9567 commit e0efaf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import judgels.michael.template.HtmlForm;

public class GradingConfigForm extends HtmlForm {
static final int DEFAULT_SUBTASK_COUNT = 10;
static final int DEFAULT_SUBTASK_COUNT = 12;
static final String HELPER_NONE = "(none)";

@FormParam("timeLimit")
Expand Down

0 comments on commit e0efaf1

Please sign in to comment.