feat(parser): unify default length 2048
This commit is contained in:
parent
df2ade4988
commit
b8f782c17d
|
@ -15,7 +15,7 @@ type Conf struct {
|
|||
ShowRunTime bool `default:"false"`
|
||||
ShowFiles []string
|
||||
FilesInCodeBlock bool `default:"true"`
|
||||
MaxFileLength int `default:"65536"`
|
||||
MaxFileLength int `default:"2048"`
|
||||
}
|
||||
|
||||
type ResultDetail struct{}
|
||||
|
|
Loading…
Reference in New Issue
Block a user