aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/constant.go
diff options
context:
space:
mode:
Diffstat (limited to 'simulation/constant.go')
-rw-r--r--simulation/constant.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulation/constant.go b/simulation/constant.go
index 79ef84a..b805118 100644
--- a/simulation/constant.go
+++ b/simulation/constant.go
@@ -19,5 +19,5 @@ package simulation
const (
peerPort = 8080
- msgBufferSize = 256
+ msgBufferSize = 2560
)