Changes between Initial Version and Version 1 of Ticket #11193, comment 1


Ignore:
Timestamp:
2015-03-03T11:50:39+01:00 (9 years ago)
Author:
bastiK

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11193, comment 1

    initial v1  
    44 * When the server is down or there is no internet connection, the tile should always be loaded from disk, disregarding all expiry times (except maxCacheFileAge, which is currently set to infinity). For this, I suggest to keep the method `loadTileFromFile` unchanged, but adapt the argument when calling it the first time.
    55 * `max-age` should be in seconds, so I'm missing a factor of 1000 there.
     6 * getExpiration() returns 0 when the header is not present (not null)