commit c34f2f9ba65476e41cc23c7f36749c8e35807f02 (tree) parent 2e3a38897d5fc173073f033f143a69657c3bb887 Author: Motiejus Jakštys <motiejus@uber.com> Date: Thu, 6 May 2021 16:45:35 +0300 update estimations Diffstat:
| M | IV/wm.sql | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/IV/wm.sql b/IV/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;