blob: 1ffcce41dbc1173c0ce5de25b25f9b0da383e9a4 [file] [log] [blame]
// +build windows
package worker
func detectDefaultGCCap(root string) int64 {
return defaultCap
}