Skip to content

Commit

Permalink
with the new metric system, printstatsdelay is not needed in outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Jan 12, 2022
1 parent 0d56aaf commit 652dde7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion outputs.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ func setupOutputs() {
MaskSize6: util.GeneralFlags.MaskSize6,
PacketLimit: util.GeneralFlags.PacketLimit,
ServerName: util.GeneralFlags.ServerName,
PrintStatsDelay: util.GeneralFlags.PrintStatsDelay,
SkipTlsVerification: util.GeneralFlags.SkipTLSVerification,
}
log.Info("Creating the dispatch Channel")
Expand Down
1 change: 0 additions & 1 deletion types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ type GeneralConfig struct {
MaskSize6 int
PacketLimit int
ServerName string
PrintStatsDelay time.Duration
SkipTlsVerification bool
}

Expand Down

0 comments on commit 652dde7

Please sign in to comment.