Skip to content

Commit

Permalink
Only query 20 items at a time (albums f.x. get pretty slow otherwise)
Browse files Browse the repository at this point in the history
  • Loading branch information
sindrig committed Mar 7, 2016
1 parent 962b1a7 commit 1a7a826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spoppy/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __getitem__(self, key):


class Search(threading.Thread):
LIMIT = '50'
LIMIT = '20'
ENDPOINTS = {
# Each entry is a tuple, (HTTP_ENDPOINT, CLS)
'tracks': (
Expand Down

0 comments on commit 1a7a826

Please sign in to comment.