Skip to content

Commit ca2ad11

Browse files
authored
Conf Template: Fix wrong symbol (#15742)
1 parent 58927a1 commit ca2ad11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ load_disk_select_strategy=MIN_IO_FIRST
257257
# The info of the three strategies are as follows:
258258
# 1. MIN_IO_FIRST: the system will try to choose the same disk as tsFileToLoad for loading.
259259
# 2. INHERIT_SYSTEM_MULTI_DISKS_SELECT_STRATEGY: the system will choose one disk according to dn_multi_dir_strategy.
260-
$ 3. INHERIT_LOAD: the system will use the same strategy as load_disk_select_strategy.
260+
# 3. INHERIT_LOAD: the system will use the same strategy as load_disk_select_strategy.
261261
# If this property is unset, system will use INHERIT_LOAD as default strategy.
262262
# effectiveMode: restart
263263
# Datatype: String

0 commit comments

Comments
 (0)