Skip to content

Commit

Permalink
increase maxRequestContentLength; bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
i-norden committed Aug 17, 2020
1 parent a69ee0b commit 9601149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 9 // Minor version component of the current release
VersionPatch = 11 // Patch version component of the current release
VersionMeta = "statediff-0.0.4" // Version metadata to append to the version string
VersionMeta = "statediff-0.0.5" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down
2 changes: 1 addition & 1 deletion rpc/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
)

const (
maxRequestContentLength = 1024 * 1024 * 5
maxRequestContentLength = 1024 * 1024 * 12
contentType = "application/json"
)

Expand Down

0 comments on commit 9601149

Please sign in to comment.