Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
podusowski committed Dec 3, 2024
1 parent 6f32749 commit c70e1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion walkers/src/tiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl HttpTiles {

// Just arbitrary value which seemed right.
#[allow(clippy::unwrap_used)]
let cache_size = std::num::NonZeroUsize::new(1024).unwrap();
let cache_size = std::num::NonZeroUsize::new(256).unwrap();

Self {
attribution,
Expand Down

0 comments on commit c70e1d6

Please sign in to comment.