feat(parser/resultdetail): default MaxFilesLength 65536

This commit is contained in:
张泊明518370910136 2024-11-04 19:05:27 -05:00
parent 0b841dd730
commit f66ab6d493
GPG Key ID: D47306D7062CDA9D

View File

@ -15,7 +15,7 @@ type Conf struct {
ShowMemory bool `default:"true"`
ShowRunTime bool `default:"false"`
ShowFiles []string
MaxFilesLength int `default:"2048"`
MaxFilesLength int `default:"65536"`
}
type ResultDetail struct{}