Skip to content

Commit 97bdf44

Browse files
committed
Increase delete threshold
1 parent 63b120e commit 97bdf44

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
@@ -14,7 +14,7 @@
1414
namespace
1515
{
1616
const std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 1000ll;
17-
const std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 2u;
17+
const std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 10u;
1818
}
1919

2020
////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)