Skip to content

Commit a39878c

Browse files
committed
Server:MAX_QUERY_DEPTH值调高为5
1 parent a4f4ec2 commit a39878c

File tree

1 file changed

+1
-1
lines changed
  • APIJSON-Java-Server/APIJSONORM/src/main/java/zuo/biao/apijson/server

1 file changed

+1
-1
lines changed

APIJSON-Java-Server/APIJSONORM/src/main/java/zuo/biao/apijson/server/Parser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public interface Parser<T> {
3232
int MAX_SQL_COUNT = 100;
3333
int MAX_OBJECT_COUNT = 5;
3434
int MAX_ARRAY_COUNT = 5;
35-
int MAX_QUERY_DEPTH = 3;
35+
int MAX_QUERY_DEPTH = 5;
3636

3737

3838
@NotNull

0 commit comments

Comments
 (0)