Skip to content

Commit

Permalink
OCM-5397 | adding max byte size back
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbranco committed Jan 8, 2024
1 parent e4147c4 commit 3c56eda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/utils/consts.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package utils

const (
MaxByteSize = 64
)

0 comments on commit 3c56eda

Please sign in to comment.