Skip to content

Commit

Permalink
raise limit to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
lusum committed Mar 14, 2021
1 parent a3864cb commit 296f343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/ampache_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def get_all(object_type, mode ,offset=None):
except:
return
#to not overload servers
step = 100
step = 500
newLimit = offset+step
#load images in long list
if (ut.strBool_to_bool(ampache.getSetting("images-long-list"))):
Expand Down

0 comments on commit 296f343

Please sign in to comment.