This commit is contained in:
parent
1a2e327e22
commit
8c92ed33f4
|
|
@ -175,7 +175,7 @@ class Searcher {
|
||||||
|
|
||||||
const diff = process.hrtime(startTime)
|
const diff = process.hrtime(startTime)
|
||||||
|
|
||||||
const took = (diff[0] * 1e9 + diff[1]) / 1e6
|
const took = (diff[0] * 1e9 + diff[1]) / 1e3
|
||||||
return { region: result, ioCount: ioStatus.ioCount, took }
|
return { region: result, ioCount: ioStatus.ioCount, took }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue