mirror of
https://github.com/versity/versitygw.git
synced 2026-09-19 06:32:10 +00:00
feat: compile support for 32bit and bsd platforms
This commit is contained in:
@@ -123,8 +123,7 @@ func generatePrelude(msgLen int, headerLen int) []byte {
|
||||
}
|
||||
|
||||
const (
|
||||
maxHeaderSize = 1024 * 1024
|
||||
maxMessageSize = 5 * 1024 * 1024 * 1024
|
||||
maxHeaderSize = 1024 * 1024
|
||||
)
|
||||
|
||||
func genMessage(header, payload []byte) []byte {
|
||||
|
||||
Reference in New Issue
Block a user