mirror of
https://github.com/pinry/pinry.git
synced 2026-02-26 08:11:08 +01:00
Change default pin load limit to 50 instead of 30
This commit is contained in:
@@ -73,7 +73,7 @@ MESSAGE_TAGS = {
|
||||
messages.SUCCESS: 'alert alert-success',
|
||||
messages.INFO: 'alert alert-info',
|
||||
}
|
||||
API_LIMIT_PER_PAGE = 30
|
||||
API_LIMIT_PER_PAGE = 50
|
||||
|
||||
|
||||
INSTALLED_APPS = (
|
||||
|
||||
Reference in New Issue
Block a user