Skip to content

Commit

Permalink
Increase delete threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
tederis committed Jan 25, 2025
1 parent 63b120e commit 97bdf44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
namespace
{
const std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 1000ll;
const std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 2u;
const std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 10u;
}

////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 97bdf44

Please sign in to comment.