resolve comments
This commit is contained in:
parent
f4bee6d2c5
commit
05a1497d8a
|
@ -2211,8 +2211,7 @@ struct ShardedRocksDBKeyValueStore : IKeyValueStore {
|
|||
break;
|
||||
}
|
||||
|
||||
double time = timer_monotonic();
|
||||
if (time - a.startTime > readRangeTimeout) {
|
||||
if (timer_monotonic() - a.startTime > readRangeTimeout) {
|
||||
TraceEvent(SevInfo, "ShardedRocksDBTimeout")
|
||||
.detail("Action", "ReadRange")
|
||||
.detail("ShardsRead", numShards)
|
||||
|
|
Loading…
Reference in New Issue