bring back the original isolation_threshold

This commit is contained in:
Motiejus Jakštys 2021-05-13 07:25:44 +03:00
parent fcbe7362c9
commit 11244c3186

View File

@ -335,7 +335,7 @@ create function wm_bend_attrs(
dbggen integer default null dbggen integer default null
) returns wm_t_attrs[] as $$ ) returns wm_t_attrs[] as $$
declare declare
isolation_threshold constant real default 0.3; isolation_threshold constant real default 0.5;
attrs wm_t_attrs[]; attrs wm_t_attrs[];
attr wm_t_attrs; attr wm_t_attrs;
bend geometry; bend geometry;