Lots of minor changes to get ready for LCI

This commit is contained in:
Scott Idem
2025-06-24 10:52:10 -04:00
parent db4c061f19
commit d86558caa0
7 changed files with 16 additions and 10 deletions

View File

@@ -315,7 +315,7 @@ async function handle_search__event_presenter(
params = {
'qry__enabled': $events_loc.pres_mgmt.qry_enabled ?? 'enabled',
'qry__hidden': $events_loc.pres_mgmt.qry_hidden ?? 'not_hidden',
'qry__limit': $events_loc.pres_mgmt.qry_limit__presenters ?? 200,
'qry__limit': $events_loc.pres_mgmt.qry_limit__presenters ?? 199,
},
// try_cache = true,
log_lvl = 0,