Radiobrowser: Reduce default station limit
Let's assume nobody wants to get 1000 stations by default. Also takes some load off the Radiobrowser API.
This commit is contained in:
parent
4accb0bef1
commit
ce32358149
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import ycast.vtuner as vtuner
|
|||
MINIMUM_COUNT_GENRE = 5
|
||||
MINIMUM_COUNT_COUNTRY = 5
|
||||
MINIMUM_BITRATE = 64
|
||||
DEFAULT_STATION_LIMIT = 1000
|
||||
DEFAULT_STATION_LIMIT = 200
|
||||
ID_PREFIX = "RB_"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue