Poll more frequently for the first explore.
This reduces needless waiting for the special case of the polled and synchronous first explore.
This commit is contained in:
@@ -97,7 +97,7 @@ Stack::Stack()
|
|||||||
// is opening the module does not get rescanned while or before installing
|
// is opening the module does not get rescanned while or before installing
|
||||||
// its hooks.
|
// its hooks.
|
||||||
while (!fFirstExploreDone)
|
while (!fFirstExploreDone)
|
||||||
snooze(100000);
|
snooze(10000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user