Skip to content

Commit

Permalink
Update opts.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Brown <[email protected]>
Signed-off-by: Mike Zappa <[email protected]>
  • Loading branch information
MikeZappa87 and mikebrow authored Jul 23, 2024
1 parent 0ae33d2 commit f612bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/containernetworking/cni/pkg/version"
)

const MaxFileSize = 2 * 1024 * 1024 // 2 Megabytes
const MaxFileSizeDefault = 2 * 1024 * 1024 // 2 Megabytes

// Opt sets options for a CNI instance
type Opt func(c *libcni) error
Expand Down

0 comments on commit f612bcd

Please sign in to comment.