fix query/wait emitted twice

This commit is contained in:
nishantmonu51 2014-11-07 23:32:36 +05:30
parent df4604c392
commit 5be801356a
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ public class ServerManager implements QuerySegmentWalker
}, },
new ReferenceCountingSegmentQueryRunner<T>(factory, adapter), new ReferenceCountingSegmentQueryRunner<T>(factory, adapter),
"scan/time" "scan/time"
).withWaitMeasuredFromNow(), ),
cacheConfig cacheConfig
) )
) )