mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 20:23:57 +00:00
chore: improve warning wording
This commit is contained in:
parent
b7a2efcd6a
commit
3a81b6a08f
|
@ -60,7 +60,8 @@ class MarketCapPairList(IPairList):
|
||||||
if self._max_rank > 250:
|
if self._max_rank > 250:
|
||||||
self.logger.warning(
|
self.logger.warning(
|
||||||
f"The max rank you have set ({self._max_rank}) is quite high. "
|
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
|
@property
|
||||||
|
|
Loading…
Reference in New Issue
Block a user