mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-12 14:01:15 -04:00
reduced loading batch size (making the the loading progress bars a bit more responsive
This commit is contained in:
parent
bd252d0aec
commit
06e89d8bd3
@ -46,7 +46,7 @@ void CSMDoc::Loader::load()
|
|||||||
|
|
||||||
bool done = false;
|
bool done = false;
|
||||||
|
|
||||||
const int batchingSize = 100;
|
const int batchingSize = 50;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user