update estimations

main
Motiejus Jakštys 2021-05-19 22:57:49 +03:00 committed by Motiejus Jakštys
parent 772da3076f
commit b613a78fa5
1 changed files with 1 additions and 1 deletions

2
wm.sql
View File

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