Skip to content

Commit

Permalink
Allow 50000/20000
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed May 22, 2022
1 parent 7e28280 commit 1d4dbd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
import java.util.List;

public class Constants {
public static final List<Integer> SARA_GROUPS = Arrays.asList(10000, 5000, 2000, 1000, 500, 100);
public static final List<Integer> SARA_GROUPS = Arrays.asList(50000, 20000, 10000, 5000, 2000, 1000, 500, 100);
}

0 comments on commit 1d4dbd6

Please sign in to comment.