Stephan
Stephan
@ZUNbado I try to clear things up a bit. With me also not using redis, can you point out other UserParamters besides redis.discovery which is incomplete/unused? I would then remove...
While is was a convenient way to switch between production and staging by just a click in Firefox, the installation of a dedicated software would be borderline at least for...
Sorry, don't know anything better. I search from time for something RTGS capable. This is how I came across yours, just to discover it being broken as well. If someone...
Meanwhile I found this one to work quite well for Thai: https://pypi.org/project/tltk/
Sounds like a good idea. I assume we have no idea on how meta tiles got corrupted in the beginning. Is there a way to scan the tile store for...
@alankila Do I get it right that the render socket misses a session handling? I would like to understand your problem analysis better. here the server opens a unix domain...
Can you share the relevant section of your configuration file? Especially the `CacheDuration` lines.
your tile is 267,021 seconds old. default configuration: ``` scfg->cache_duration_dirty = 15 * 60; scfg->cache_duration_last_modified_factor = 0.0; scfg->cache_duration_max = 7 * 24 * 60 * 60; scfg->cache_duration_minimum = 3 *...
if planet-import-complete is not found, then everything older than three days (259.200s) is considered expired. This explains why the file above is expired.
@adam-boduch Sounds like you have two different issues now. The earlier point was that you had tiles, but mod_tile was requesting a fresh rendering instead of using the cached tiles....