Files
nomad/drivers/shared/structs/structs.go
Danielle Tomlinson 23197ec6b4 drivers: Create drivers/shared/structs
This creates a drivers/shared/structs package and moves the buffer size
checks into it.
2018-11-30 10:46:13 +01:00

5 lines
117 B
Go

package structs
// CheckBufSize is the size of the buffer that is used for job output
const CheckBufSize = 4 * 1024