bring back the original isolation_threshold

main
Motiejus Jakštys 2021-05-19 22:57:50 +03:00 committed by Motiejus Jakštys
parent a7c79becf8
commit 167e9020b4
1 changed files with 1 additions and 1 deletions

2
wm.sql
View File

@ -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;