mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 04:47:38 +02:00
size arena to match batch size
This commit is contained in:
1
main.go
1
main.go
@@ -215,6 +215,7 @@ func Main(c *config.C, configTest bool, buildVersion string, l *slog.Logger, dev
|
||||
DropLocalBroadcast: c.GetBool("tun.drop_local_broadcast", false),
|
||||
DropMulticast: c.GetBool("tun.drop_multicast", false),
|
||||
routines: routines,
|
||||
batchSize: c.GetInt("listen.batch", 64),
|
||||
MessageMetrics: messageMetrics,
|
||||
version: buildVersion,
|
||||
relayManager: NewRelayManager(ctx, l, hostMap, c),
|
||||
|
||||
Reference in New Issue
Block a user