gitea: increase paging per size

This commit is contained in:
Sandro - 2022-07-27 21:00:29 +02:00
parent ec79fdc521
commit 73f937c5f6
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@
};
ui = {
DEFAULT_THEME = "arc-green";
EXPLORE_PAGING_NUM = 25;
FEED_PAGING_NUM = 50;
ISSUE_PAGING_NUM = 25;
};
};
};