[mob][photos] Extra safety

This commit is contained in:
laurenspriem
2025-02-04 14:23:29 +05:30
parent f874396694
commit cc098346b8

View File

@@ -1615,6 +1615,8 @@ class SearchService {
}
}
round++;
// Extra safety to prevent infinite loops
if (round > safeCount) break;
}
}