feat(parser): unify default length 2048
Some checks failed
submodules sync / sync (push) Successful in 49s
build / build (push) Successful in 2m5s
build / trigger-build-image (push) Failing after 11s

This commit is contained in:
张泊明518370910136 2025-04-05 05:50:07 -04:00
parent df2ade4988
commit b8f782c17d
GPG Key ID: D47306D7062CDA9D

View File

@ -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{}