Skip to content
Snippets Groups Projects
Unverified Commit f1820da4 authored by Acha Bill's avatar Acha Bill Committed by GitHub
Browse files

increase max gossip packet size (#622)

parent f4a382dc
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ import ( ...@@ -17,7 +17,7 @@ import (
) )
const ( const (
maxPacketSize = 2048 maxPacketSize = 64 * 1024
) )
// LoadMessageFunc defines a function that returns the message for the given id. // LoadMessageFunc defines a function that returns the message for the given id.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment