Skip to content

Commit 0bf6743

Browse files
committed
Change default time precision to ns
1 parent 956e727 commit 0bf6743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/conf/CommonConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public class CommonConfig {
187187
private long timePartitionInterval = 604_800_000;
188188

189189
/** This variable set timestamp precision as millisecond, microsecond or nanosecond. */
190-
private String timestampPrecision = "ns";
190+
private String timestampPrecision = "ms";
191191

192192
private boolean timestampPrecisionCheckEnabled = true;
193193

0 commit comments

Comments
 (0)