mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
reduce cache entry count per pmtiles file
This commit is contained in:
parent
1bfc76cb58
commit
5c5ebee745
@ -23,7 +23,7 @@ struct PmtCache(Cache<usize, Directory>);
|
|||||||
|
|
||||||
impl PmtCache {
|
impl PmtCache {
|
||||||
fn new() -> Self {
|
fn new() -> Self {
|
||||||
Self(Cache::new(10_000))
|
Self(Cache::new(500))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user