1
0
mirror of synced 2024-11-12 02:00:50 +01:00

Bump up archive file amount to load all files in SDF

This commit is contained in:
KillzXGaming 2019-06-18 16:10:34 -04:00
parent b1b9230146
commit a04ced5a32

View File

@ -32,7 +32,7 @@ namespace Switch_Toolbox.Library.Forms
}
//The process takes awhile atm so limit splitting if there's a high amount
private readonly int MAX_FILE_LOAD = 5000;
private readonly int MAX_FILE_LOAD = 15000;
void FillTreeNodes(TreeNode root, IArchiveFile archiveFile)
{