Skip to content

Commit 4586971

Browse files
committed
CHORE: Refactor route cache
1 parent d66fed0 commit 4586971

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Main/Routes/Search/RouteFileManager.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,11 @@ private function updateRounds(): bool
443443
\usleep(10000);
444444
$info = $this->getInfoFromCache();
445445
if (!$info) {
446-
return true;
446+
\usleep(10000);
447+
$info = $this->getInfoFromCache();
448+
if (!$info) {
449+
return true;
450+
}
447451
}
448452
// The parallel process started has completed the update.
449453
// Парралельно начатый процесс завершил обновление.

0 commit comments

Comments
 (0)