Skip to content

Commit

Permalink
feat(plc4xpcapanalyzer): set default output lines for outputs to now …
Browse files Browse the repository at this point in the history
…crash application on big pcaps
  • Loading branch information
sruehl committed Oct 28, 2022
1 parent 3c11cbd commit decb3b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plc4go/tools/plc4xpcapanalyzer/ui/config.go
Expand Up @@ -31,7 +31,10 @@ import (

var plc4xpcapanalyzerConfigDir string
var configFile string
var config Config
var config = Config{
MaxConsoleLines: 500,
MaxOutputLines: 500,
}

type Config struct {
HostIp string `yaml:"host_ip"`
Expand Down

0 comments on commit decb3b9

Please sign in to comment.