chaokunyang commented on code in PR #3048:
URL: https://github.com/apache/fory/pull/3048#discussion_r2616290423


##########
java/fory-core/src/main/java/org/apache/fory/config/ForyBuilder.java:
##########
@@ -389,6 +391,22 @@ public ForyBuilder withMaxDepth(int maxDepth) {
     return this;
   }
 
+  /** Set loadFactor of MapRefResolver writtenObjects. Default value is 0.51 */
+  public ForyBuilder mapRefLoadFactor(float loadFactor) {

Review Comment:
   ```suggestion
     public ForyBuilder withRefMapLoadFactor(float loadFactor) {
   ```



-- 
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]

Reply via email to