Skip to content
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

Closed
tmcw opened this issue Aug 16, 2011 · 3 comments
Closed

Support passing parameters to LockingCache #14

tmcw opened this issue Aug 16, 2011 · 3 comments

Comments

@tmcw
Copy link
Contributor

tmcw commented Aug 16, 2011

Without doing this, you can't use tilelive-mapnik for anything faster than minutely updates (which is what I'm trying to do)

@yhahn
Copy link
Member

yhahn commented Aug 16, 2011

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

@strk
Copy link
Contributor

strk commented Jul 31, 2012

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 ?).

See CartoDB/Windshaft#32

Will probably file another ticket for this.

@springmeyer
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants