diff --git a/src/API/Logs/Index.php b/src/API/Logs/Index.php index 81fd36d3..f4035217 100644 --- a/src/API/Logs/Index.php +++ b/src/API/Logs/Index.php @@ -21,7 +21,7 @@ use Symfony\Component\Process\Process; final class Index { public const string URL = '%{api.prefix}/logs'; - private const int DEFAULT_LIMIT = 100; + private const int DEFAULT_LIMIT = 1000; private int $counter = 1; #[Get(self::URL . '[/]', name: 'logs.list')]