mirror of
https://github.com/kemko/nomad.git
synced 2026-01-15 14:55:41 +03:00
5 lines
117 B
Go
5 lines
117 B
Go
package structs
|
|
|
|
// CheckBufSize is the size of the buffer that is used for job output
|
|
const CheckBufSize = 4 * 1024
|