Skip to content

increase max token size

Latest
Compare
Choose a tag to compare
@conan-o-chang conan-o-chang released this 17 Jul 09:27

There is a limit of of-watchdog about the max token size: https://golang.org/pkg/bufio/#pkg-constants
When of-watchdog scan the stdout from our function, the max size is MaxScanTokenSize = 64 * 1024

This release including a bug fix is that increase max token size to 128 * 1024 *1024