increase default page_size for user
This commit is contained in:
parent
f278e252c5
commit
97210e0cba
|
|
@ -40,7 +40,7 @@ class UserConfig:
|
|||
|
||||
_DEFAULT_USER_SETTINGS = UserConfigType(
|
||||
stylesheet="dark.css",
|
||||
page_size=12,
|
||||
page_size=25,
|
||||
sort_by="published",
|
||||
sort_order="desc",
|
||||
view_style_home="grid",
|
||||
|
|
|
|||
Loading…
Reference in New Issue