Skip to content

Commit

Permalink
updated external.toml comments
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Feb 6, 2025
1 parent a79b1a5 commit c8b2623
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/node/config/external.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

# MainChainElasticSearchConnector defines settings related to ElasticSearch such as login information or URL
[MainChainElasticSearchConnector]
## We do not recommend to activate this indexer on a validator node since
#the node might lose rating (even facing penalties) due to the fact that
#the indexer is called synchronously and might block due to external causes.
#Strongly suggested to activate this on a regular observer node.
# We do not recommend to activate this indexer on a validator node since
# the node might lose rating (even facing penalties) due to the fact that
# the indexer is called synchronously and might block due to external causes.
# Strongly suggested to activate this on a regular observer node.
Enabled = false
URL = "http://localhost:9201"
Username = ""
Expand Down

0 comments on commit c8b2623

Please sign in to comment.