Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase JSON scraper max buffer to 1MB (#112)
Sometimes applications, especially Java based, can produce huge log lines. The executor does not use much memory so extra megabyte should not be a problem and it gives us some reserve of memory (so we can avoid some bufio.ErrTooLong errors). Default max buffer for bufio.Scanner was 64 kilobytes.
- Loading branch information