chaokunyang commented on code in PR #3620:
URL: https://github.com/apache/fory/pull/3620#discussion_r3146521818
##########
go/fory/fory.go:
##########
@@ -66,6 +68,8 @@ func defaultConfig() Config {
IsXlang: false,
MaxCollectionSize: 1_000_000,
MaxBinarySize: 64 * 1024 * 1024,
+ MaxTypeDefFields: 10000,
+ MaxTypeDefDepth: 64,
Review Comment:
You can reuse MaxDepth, we'd better to kepp config options minimal
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]