Skip to content

Commit

Permalink
remove one configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
THUMarkLau committed May 20, 2024
1 parent 0cf5167 commit 89b0f35
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public class IoTDBConfig {
"([" + PATH_SEPARATOR + "])?" + NODE_NAME_MATCHER + "(" + PARTIAL_NODE_MATCHER + ")*";

public static final Pattern NODE_PATTERN = Pattern.compile(NODE_MATCHER);
boolean enableWALCompression = true;

/** Whether to enable the mqtt service. */
private boolean enableMQTTService = false;
Expand Down

0 comments on commit 89b0f35

Please sign in to comment.