Improve packets generation
This commit is contained in:
@@ -40,7 +40,7 @@ func NewApplication(ctx context.Context) (Application, error) {
|
||||
|
||||
acc := accumulator.NewAccumulator(pool.Out())
|
||||
|
||||
src := randomsource.NewService(in, cfg.PacketInputInterval, 100)
|
||||
src := randomsource.NewService(in, cfg.PacketInputInterval, cfg.PacketMaxValues)
|
||||
|
||||
pub := stdoutpub.NewService()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user