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

UnloadTilesPlugin: Add time delay and bytes target #880

Merged
merged 4 commits into from
Dec 20, 2024

Conversation

gkjohnson
Copy link
Contributor

Fix #876

  • Adds "delay" option to delay the unload time for tiles
  • Adds "bytesTarget" option to set a byte target for allowing recent unused tiles to remain on the GPU

cc @sguimmara - this should add the time-based option you suggested, as well as a bytes-based one.

@gkjohnson gkjohnson changed the title UnloadTilesPlugin: Add time delay and bytes limit UnloadTilesPlugin: Add time delay and bytes target Dec 20, 2024
@gkjohnson gkjohnson added this to the v0.3.46 milestone Dec 20, 2024
@gkjohnson gkjohnson merged commit 9f0bc99 into master Dec 20, 2024
2 checks passed
@gkjohnson gkjohnson deleted the time-delay-unload branch December 20, 2024 02:54
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

Successfully merging this pull request may close these issues.

UnloadTilesPlugin: Only unload tiles after certain parameters are met
1 participant