Skip to content

Commit 62153a1

Browse files
suyusuyu
authored andcommitted
edit config
1 parent f0ac45d commit 62153a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fullnode/prod/0.6.3-hotfix/config/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ indexer = "kv"
355355

356356
# Operator ["<", ">", ">=", "<="] belongs to range query operator.
357357
# Notice: only enable it in trust environment.
358-
enable_range_query = true
358+
enable_range_query = false
359359

360360
# Comma-separated list of tags to index (by default the only tag is "tx.hash")
361361
#

fullnode/prod/0.6.3/config/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ indexer = "kv"
355355

356356
# Operator ["<", ">", ">=", "<="] belongs to range query operator.
357357
# Notice: only enable it in trust environment.
358-
enable_range_query = true
358+
enable_range_query = false
359359

360360
# Comma-separated list of tags to index (by default the only tag is "tx.hash")
361361
#

0 commit comments

Comments
 (0)