RaftKeeper icon indicating copy to clipboard operation
RaftKeeper copied to clipboard

Add some limitations to protect system.

Open JackyWoo opened this issue 1 year ago • 0 comments

Description Add some limitations to protect system, such as max_node_child_size, max_node_deepth etc.

Solution

Make the limitations confiurable. Below are some limitations:

max_node_child_size : max child size for a node
max_node_deepth: max deepth of data tree
max_node_name_length: max node name length
max_node_value_length: max node value length

max_connections

JackyWoo avatar Mar 08 '23 10:03 JackyWoo