You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, for small update (>30s) the first flush will be done on next update.
My use case. I import a small extract of Andorra, 2 months old. Then use the run command, it update successfully the database quickly, in less than 30s. But no expire tile list is write to disk until I stop the command. I guess it will be written if I wait 24h for the next update, but not tested.
The text was updated successfully, but these errors were encountered:
I have trouble with
imposm run
for small updates.As I understand the code the flush of the tiles list is done in two cases:
So, for small update (>30s) the first flush will be done on next update.
My use case. I import a small extract of Andorra, 2 months old. Then use the
run
command, it update successfully the database quickly, in less than 30s. But no expire tile list is write to disk until I stop the command. I guess it will be written if I wait 24h for the next update, but not tested.The text was updated successfully, but these errors were encountered: