File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
pulsar-broker-common/src/main/java/org/apache/pulsar/broker Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -932,14 +932,6 @@ The max allowed delay for delayed delivery (in milliseconds). If the broker rece
932932 )
933933 private boolean isAllowAutoUpdateSchemaEnabled = true ;
934934
935- @ FieldContext (
936- category = CATEGORY_SERVER ,
937- doc = "Whether to enable the automatic shrink of pendingAcks map, "
938- + "the default is false, which means it is not enabled. "
939- + "When there are a large number of share or key share consumers in the cluster, "
940- + "it can be enabled to reduce the memory consumption caused by pendingAcks." )
941- private boolean autoShrinkForConsumerPendingAcksMap = false ;
942-
943935 @ FieldContext (
944936 category = CATEGORY_SERVER ,
945937 dynamic = true ,
You can’t perform that action at this time.
0 commit comments