Update node_info.go (#3059)

This commit is contained in:
needkane 2018-12-22 06:37:28 +08:00 committed by Ethan Buchman
parent 41e2eeee9c
commit 2348f38927

View File

@ -9,7 +9,7 @@ import (
)
const (
maxNodeInfoSize = 10240 // 10Kb
maxNodeInfoSize = 10240 // 10KB
maxNumChannels = 16 // plenty of room for upgrades, for now
)