enh: get timestamp thru clock_gettime(CLOCK_MONOTONIC,) for taosGetMonotonicMs()
This commit is contained in:
parent
c0c1cd8211
commit
cf14200dfe
|
@ -216,7 +216,7 @@ int64_t taosGetMonotonicMs() {
|
|||
#if 0
|
||||
return getMonotonicUs() / 1000;
|
||||
#else
|
||||
return taosGetTimestampMs();
|
||||
return taosGetMonoTimestampMs();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue