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:
Michael Lotz
2013-04-28 03:45:53 +02:00
parent 22af7532d1
commit d057026dc4
@@ -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);
} }