#2210 - Improve query plan capture - bump threshold multiplier to 1.5

This commit is contained in:
Robin Bygrave
2021-03-30 16:05:42 +13:00
parent 2a5fd7f3a9
commit bcfd9cab1d
@@ -9,7 +9,7 @@ import java.util.concurrent.locks.ReentrantLock;
class CQueryBindCapture implements SpiQueryBindCapture {
private static final double multiplier = 1.3d;
private static final double multiplier = 1.5d;
private final ReentrantLock lock = new ReentrantLock();
private final CQueryPlanManager manager;