mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2210 - Improve query plan capture - bump threshold multiplier to 1.5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user