feat(parser/resultdetail): default MaxFilesLength 65536
This commit is contained in:
parent
0b841dd730
commit
f66ab6d493
|
@ -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{}
|
||||
|
|
Loading…
Reference in New Issue
Block a user