Skip to content

Commit caac815

Browse files
committed
change default configuration
1 parent dd86c05 commit caac815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ public class IoTDBConfig {
11911191

11921192
private long maxObjectSizeInByte = 4 * 1024 * 1024 * 1024L;
11931193

1194-
private boolean restrictObjectLimit = true;
1194+
private boolean restrictObjectLimit = false;
11951195

11961196
IoTDBConfig() {}
11971197

0 commit comments

Comments
 (0)