mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-17 11:40:32 +00:00
chore: improve warning wording
This commit is contained in:
@@ -60,7 +60,8 @@ class MarketCapPairList(IPairList):
|
||||
if self._max_rank > 250:
|
||||
self.logger.warning(
|
||||
f"The max rank you have set ({self._max_rank}) is quite high. "
|
||||
"Please ensure this value is appropriate for your use case.",
|
||||
"This may lead to coingecko API rate limit issues. "
|
||||
"Please ensure this value is necessary for your use case.",
|
||||
)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user