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"`
|
ShowMemory bool `default:"true"`
|
||||||
ShowRunTime bool `default:"false"`
|
ShowRunTime bool `default:"false"`
|
||||||
ShowFiles []string
|
ShowFiles []string
|
||||||
MaxFilesLength int `default:"2048"`
|
MaxFilesLength int `default:"65536"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ResultDetail struct{}
|
type ResultDetail struct{}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user