cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
3.94k stars 309 forks source link

Add max_pages parameter to config file #312

Open lucasmr opened 1 year ago

lucasmr commented 1 year ago

This makes it easier to track smaller tokens, or reduce the amount of tokens being tracked. Somewhat fixes #276, until a more refined way of fetching the desired tokens is implemented.

lyricnz commented 1 year ago

Why change item from int to uint? With int we also have the possibility of using a magic-number like -1 which might mean (in future) "ulimited"

lucasmr commented 1 year ago

Zero could work like that as well. I just think uint is clearer and more readable, but I don't really mind.