bring back the original isolation_threshold
This commit is contained in:
parent
fcbe7362c9
commit
11244c3186
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user