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:
milaq 2019-08-17 23:56:51 +02:00
parent 4accb0bef1
commit ce32358149

View file

@ -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_"