Skip to content

Commit 9601149

Browse files
committed
increase maxRequestContentLength; bump patch
1 parent a69ee0b commit 9601149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
VersionMajor = 1 // Major version component of the current release
2525
VersionMinor = 9 // Minor version component of the current release
2626
VersionPatch = 11 // Patch version component of the current release
27-
VersionMeta = "statediff-0.0.4" // Version metadata to append to the version string
27+
VersionMeta = "statediff-0.0.5" // Version metadata to append to the version string
2828
)
2929

3030
// Version holds the textual version string.

rpc/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
)
3737

3838
const (
39-
maxRequestContentLength = 1024 * 1024 * 5
39+
maxRequestContentLength = 1024 * 1024 * 12
4040
contentType = "application/json"
4141
)
4242

0 commit comments

Comments
 (0)