Windows: Updates Windows Vendoring
Updates windows dependent libraries for vendoing.
This commit is contained in:
9
vendor/github.com/Microsoft/hcsshim/internal/lcow/constants.go
generated
vendored
Normal file
9
vendor/github.com/Microsoft/hcsshim/internal/lcow/constants.go
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
package lcow
|
||||
|
||||
const (
|
||||
// DefaultScratchSizeGB is the size of the default LCOW scratch disk in GB
|
||||
DefaultScratchSizeGB = 20
|
||||
|
||||
// defaultVhdxBlockSizeMB is the block-size for the scratch VHDx's this package can create.
|
||||
defaultVhdxBlockSizeMB = 1
|
||||
)
|
Reference in New Issue
Block a user