aboutsummaryrefslogtreecommitdiffstats
path: root/deco.c
diff options
context:
space:
mode:
Diffstat (limited to 'deco.c')
-rw-r--r--deco.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deco.c b/deco.c
index f9d60326d..86acc0351 100644
--- a/deco.c
+++ b/deco.c
@@ -24,8 +24,8 @@
#define cube(x) (x * x * x)
// Subsurface appears to produce marginally less conservative plans than our benchmarks
-// Introduce 1% additional conservatism
-#define subsurface_conservatism_factor 1.01
+// Introduce 1.2% additional conservatism
+#define subsurface_conservatism_factor 1.012
extern bool in_planner();