update estimations

This commit is contained in:
Motiejus Jakštys 2021-05-06 16:45:35 +03:00
parent 2e3a38897d
commit c34f2f9ba6

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;