mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
Increase default tile provider cache size
This commit is contained in:
@@ -71,7 +71,7 @@ namespace openspace {
|
||||
}
|
||||
|
||||
initData.threads = 1;
|
||||
initData.cacheSize = 500;
|
||||
initData.cacheSize = 5000;
|
||||
initData.framesUntilRequestQueueFlush = 60;
|
||||
initData.preprocessTiles =
|
||||
i == LayeredTextures::HeightMaps ||
|
||||
|
||||
Reference in New Issue
Block a user