diff --git a/wm.sql b/wm.sql index 35f2c32..e390b9f 100644 --- a/wm.sql +++ b/wm.sql @@ -716,7 +716,7 @@ begin for i in 1..array_length(lines, 1) loop npoints = npoints + st_numpoints(lines[i]); end loop; - secs = npoints / 150; + secs = npoints / 33; end $$ language plpgsql;