mirror of
https://github.com/miguelmota/cointop
synced 2024-11-05 00:00:14 +00:00
Reduce the number of pages to 10 (1000 coins) to reduce the load on backend... (#255)
* Reduce the number of pages to 10 (1000 coins) to reduce the load on backend, and increase refresh time. See #104 #228 * Add note about --max-pages and --per-page
This commit is contained in:
parent
b921c091d6
commit
ac946a7d73
@ -206,7 +206,7 @@ var DefaultSortBy = "rank"
|
||||
var DefaultPerPage = uint(100)
|
||||
|
||||
// DefaultMaxPages ...
|
||||
var DefaultMaxPages = uint(35)
|
||||
var DefaultMaxPages = uint(10)
|
||||
|
||||
// DefaultColorscheme ...
|
||||
var DefaultColorscheme = "cointop"
|
||||
|
@ -15,7 +15,8 @@ draft: false
|
||||
|
||||
## What coins does this support?
|
||||
|
||||
This supports any coin supported by the API being used to fetch coin information.
|
||||
This supports any coin supported by the API being used to fetch coin information. There is, however, a limit on the number of coins that
|
||||
cointop fetches by default. You can increase this by passing `--max-pages` and `--per-page` arguments on the command line.
|
||||
|
||||
## How do I set the API to use?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user