mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
reduce the admin page size to speed up loading
This commit is contained in:
parent
692eb02c44
commit
d7550ab153
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ from app.newsletter_utils import send_newsletter_to_user, send_newsletter_to_add
|
|||
class SLModelView(sqla.ModelView):
|
||||
column_default_sort = ("id", True)
|
||||
column_display_pk = True
|
||||
page_size = 100
|
||||
page_size = 10
|
||||
|
||||
can_edit = False
|
||||
can_create = False
|
||||
|
|
Loading…
Reference in a new issue