1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-21 09:53:50 +00:00

reduced loading batch size (making the the loading progress bars a bit more responsive

This commit is contained in:
Marc Zinnschlag 2014-06-26 11:43:21 +02:00
parent bd252d0aec
commit 06e89d8bd3

View file

@ -46,7 +46,7 @@ void CSMDoc::Loader::load()
bool done = false;
const int batchingSize = 100;
const int batchingSize = 50;
try
{