diff --git a/config/datanode.example.toml b/config/datanode.example.toml index 420c8d77df..6ed277cf18 100644 --- a/config/datanode.example.toml +++ b/config/datanode.example.toml @@ -34,11 +34,7 @@ connect_timeout = "1s" tcp_nodelay = true # WAL options. -# Currently, users are expected to choose the wal through the provider field. -# When a wal provider is chose, the user should comment out all other wal config -# except those corresponding to the chosen one. [wal] -# WAL data directory provider = "raft_engine" # Raft-engine wal options, see `standalone.example.toml`.