[Tile-serving] [openstreetmap/mod_tile] `ModTileMissingRequestTimeout 0` doesn't mean infinity (#237)

Ken Fehling notifications at github.com
Mon May 17 23:15:29 UTC 2021


Oh, I see, thanks for your response. I think I had a few misconceptions about this.

I've seen many tutorials containing:
```
ModTileRequestTimeout 0
ModTileMissingRequestTimeout 30
```
so I assumed ```ModTileRequestTimeout 0``` meant wait forever and that ```ModTileMissingRequestTimeout 0``` was showing a different behavior.

With something like this however:
```
ModTileRequestTimeout 86400
ModTileMissingRequestTimeout 30
```
I still get some `HTTP Error 404: Not Found` errors for tiles that actually do produce when given enough time, but with:
```
ModTileRequestTimeout 0
ModTileMissingRequestTimeout 86400
```
it takes all the time it needs and never complains.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/237#issuecomment-842703497
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210517/877cbe73/attachment.htm>


More information about the Tile-serving mailing list