Skip to content

Commit 66ecd83

Browse files
committed
fix build
1 parent 80d3329 commit 66ecd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/internal/common/consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package common
22

3-
const DefaultMaxBlobSize = 1.9 * 1024 * 1024 // 1.5MB fallback blob size limit
3+
const DefaultMaxBlobSize = 2 * 1024 * 1024 // 2MB fallback blob size limit

0 commit comments

Comments
 (0)