From b613a78fa59c9c382538e4e60c9edaa3a2632ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 19 May 2021 22:57:49 +0300 Subject: [PATCH] update estimations --- wm.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;