We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66fed0 commit 4586971Copy full SHA for 4586971
1 file changed
Main/Routes/Search/RouteFileManager.php
@@ -443,7 +443,11 @@ private function updateRounds(): bool
443
\usleep(10000);
444
$info = $this->getInfoFromCache();
445
if (!$info) {
446
- return true;
+ \usleep(10000);
447
+ $info = $this->getInfoFromCache();
448
+ if (!$info) {
449
+ return true;
450
+ }
451
}
452
// The parallel process started has completed the update.
453
// Парралельно начатый процесс завершил обновление.
0 commit comments