Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix slice allocation size/capacity (#2598)
The incorrectly allocated notFound slice nevertheless did not result in an incorrect behaviour of SubtreeCache, because Flush would ignore these tiles as not "dirty" and/or being empty. Hence this bug was not caught by the tests. It doesn't need a regression test for the same reason.
- Loading branch information