Skip to content

Commit

Permalink
Update StartupItemCooldown default value
Browse files Browse the repository at this point in the history
  • Loading branch information
mhtvsSFrpHdE committed Feb 16, 2023
1 parent c464c7d commit 973d8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ void Parent_Prefetch::startup()
// When rocket launch and code run too fast
// desired process may not run
// (QProcess::waitForStarted not work)
// Even msleep(0) will do the trick, strange
bool rocketLaunch = Global::commandLineArgumentAddress->getRocketLaunch();
if (rocketLaunch)
{
Expand Down
2 changes: 1 addition & 1 deletion qpp/prefetch/prefetch.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RescanInterval=0
PrefetchInterval=90
ReadThreadPriority=LowestPriority
ReadBufferSize=64
StartupItemCooldown=1000
StartupItemCooldown=0

[Instance]
Name=Firefox
Expand Down

0 comments on commit 973d8ee

Please sign in to comment.