Skip to content

Commit 53917b1

Browse files
committed
Increase cleanup threshold
1 parent edca3b9 commit 53917b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CClientRenderElementManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace
1515
{
16-
const std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 1000ll;
16+
const std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 10000ll;
1717
const std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 10u;
1818
}
1919

0 commit comments

Comments
 (0)