Skip to content

Commit 706b8ae

Browse files
committed
Revert "fixed issue with precision, now using m instead of ms as per influxdata/influxdb#636"
This reverts commit bf2a387.
1 parent cce20b6 commit 706b8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/influxdb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ InfluxdbBackend.prototype.httpPOST = function (points) {
344344
if (!points.length) { return; }
345345

346346
var self = this,
347-
query = {u: self.user, p: self.pass, time_precision: 'm'},
347+
query = {u: self.user, p: self.pass, time_precision: 'ms'},
348348
protocolName = self.protocol == http ? 'HTTP' : 'HTTPS';
349349

350350
self.logDebug(function () {

0 commit comments

Comments
 (0)