optimize dashboard

This commit is contained in:
team2
2026-03-01 16:52:50 +01:00
parent eb9ab2ec48
commit 6d1ab87f75
7 changed files with 206 additions and 94 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace App\Vector;
final class VectorIndexHealthService
final readonly class VectorIndexHealthService
{
public function __construct(
private string $indexNdjsonPath,