mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 20:35:42 +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
|