diff --git a/src/Readers/IndexedLogReader.php b/src/Readers/IndexedLogReader.php index 9945c26d..2fc5b2da 100644 --- a/src/Readers/IndexedLogReader.php +++ b/src/Readers/IndexedLogReader.php @@ -89,7 +89,7 @@ public function scan(int $maxBytesToScan = null, bool $force = false): static while ( (! isset($lastPositionToScan) || $currentLogPosition < $lastPositionToScan) && ($stopScanningAfter > microtime(true)) - && ($line = fgets($this->fileHandle, 1024)) !== false + && ($line = fgets($this->fileHandle)) !== false ) { $matches = []; $ts = null;