duplicate finder limit 5

This commit is contained in:
Yuri Kuznetsov
2024-09-14 15:28:02 +03:00
parent 180e6ea3c8
commit a76855d8d4
+1 -1
View File
@@ -42,7 +42,7 @@ use RuntimeException;
class Finder
{
private const LIMIT = 10;
private const LIMIT = 5;
/** @var array<string, ?WhereBuilder<Entity>> */
private array $whereBuilderMap = [];