Skip to content

Commit

Permalink
Increase cleanup threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
tederis committed Jan 25, 2025
1 parent edca3b9 commit 53917b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace
{
const std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 1000ll;
const std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 10000ll;
const std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 10u;
}

Expand Down

0 comments on commit 53917b1

Please sign in to comment.