-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support passing parameters to LockingCache #14
Comments
Not sure this helps but in TileMill we include an updated time as part of the URI query string effectively using a new map whenever there is an update: https://github.com/mapbox/tilemill/blob/master/servers/Tile.bones#L29-48 |
I'm in need of LockingCache parameters too. Specifically I'd like to be able to control cache timeout and to stop clearing each tile cache as soon as used (which defeats the purpose of a cache, doesn't it ?). Will probably file another ticket for this. |
Timeout can now be set in the locking cache constructor after #57. It is not exposed via the URI query string yet. We can consider doing that if needed. In the meantime this ticket does not seem actionable, so closing. |
Without doing this, you can't use tilelive-mapnik for anything faster than minutely updates (which is what I'm trying to do)
The text was updated successfully, but these errors were encountered: