optimize ux and set new maxhchunk val

This commit is contained in:
team 1
2026-04-13 18:25:05 +02:00
parent f7685c6fb5
commit c23cfc664f
3 changed files with 8 additions and 7 deletions

View File

@@ -15,8 +15,8 @@ use Symfony\Component\Uid\Uuid;
final readonly class IngestFlow
{
public const CHUNK_LIMIT_HARD = 120000;
private const CHUNK_LIMIT_WARN = 100000;
public const CHUNK_LIMIT_HARD = 25000;
private const CHUNK_LIMIT_WARN = 20000;
public function __construct(
private KnowledgeIngestService $knowledgeIngestService,