We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d3329 commit 66ecd83Copy full SHA for 66ecd83
block/internal/common/consts.go
@@ -1,3 +1,3 @@
1
package common
2
3
-const DefaultMaxBlobSize = 1.9 * 1024 * 1024 // 1.5MB fallback blob size limit
+const DefaultMaxBlobSize = 2 * 1024 * 1024 // 2MB fallback blob size limit
0 commit comments