mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-23 04:03:10 +00:00
Update net installs more often
This commit is contained in:
parent
e86db0f0b4
commit
05867d732f
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ namespace tin::install::nsp
|
|||
{
|
||||
u64 newTime = armGetSystemTick();
|
||||
|
||||
if (newTime - startTime >= freq)
|
||||
if (newTime - startTime >= freq * 0.5)
|
||||
{
|
||||
size_t newSizeBuffered = bufferedPlaceholderWriter.GetSizeBuffered();
|
||||
double mbBuffered = (newSizeBuffered / 1000000.0) - (startSizeBuffered / 1000000.0);
|
||||
|
|
Loading…
Reference in a new issue