From 167e9020b4bd4bda478c8d401171e092ac0ee52b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 19 May 2021 22:57:50 +0300 Subject: [PATCH] bring back the original isolation_threshold --- wm.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wm.sql b/wm.sql index 4a64bc9..0c962c6 100644 --- a/wm.sql +++ b/wm.sql @@ -335,7 +335,7 @@ create function wm_bend_attrs( dbggen integer default null ) returns wm_t_attrs[] as $$ declare - isolation_threshold constant real default 0.3; + isolation_threshold constant real default 0.5; attrs wm_t_attrs[]; attr wm_t_attrs; bend geometry;