Improvements and fixes related to the BB. Increased default limit.

This commit is contained in:
Scott Idem
2024-12-11 11:44:54 -05:00
parent 9813d0544f
commit 0f29682874
2 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ export async function load({ params, parent }) { // route
inc_comment_li: true,
enabled: 'enabled',
hidden: 'not_hidden',
limit: 10,
limit: 99,
order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'title': 'ASC'},
try_cache: true,
log_lvl: log_lvl