Commit e6c0986
committed
Add max_tiles_per_run setting for tile generalizers
Limits the number of tiles for which the generalizer is run. Used when
generalization is too expensive to always run for all expired tiles.
There is a good chance that later changes in the data affect the same
tile again, so in the long run this saves effort.
Tiles are generalized oldest first when this is used. Don't set
max_tiles_per_run or set to 0 to run generalization for all tiles
in the expire table for that zoom level.1 parent 47442e5 commit e6c0986
1 file changed
+26
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
179 | 198 | | |
180 | 199 | | |
181 | 200 | | |
| |||
473 | 492 | | |
474 | 493 | | |
475 | 494 | | |
| 495 | + | |
| 496 | + | |
476 | 497 | | |
477 | 498 | | |
478 | | - | |
| 499 | + | |
| 500 | + | |
479 | 501 | | |
480 | 502 | | |
481 | 503 | | |
| |||
0 commit comments