Skip to content

Commit

Permalink
adjust read limit to 4096b
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoGeNintendo committed Feb 24, 2020
1 parent 359e4e2 commit e74bfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/hhs/xgn/hhsoj/essential/judge/JudgeServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static void main(String[] args) {

Gson gs=new Gson();

final int READ_LIMIT=256;
final int READ_LIMIT=4096;



Expand Down

0 comments on commit e74bfa1

Please sign in to comment.