Related bug fixes and updates for remote limits

This commit is contained in:
Scott Idem
2024-09-23 15:01:14 -04:00
parent a92f8a486e
commit 36283a215b
3 changed files with 8 additions and 8 deletions

View File

@@ -284,7 +284,7 @@ export async function search__event_file(
like_search_qry_str = null,
like_presentation_search_qry_str = null,
like_file_search_qry_str = null,
order_by_li = {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'filename': 'ASC', 'extension': 'ASC', 'hosted_file_size': 'ASC'},
order_by_li = {'priority': 'DESC', 'sort': 'DESC', 'created_on': 'DESC', 'updated_on': 'DESC', 'filename': 'ASC', 'extension': 'ASC', 'hosted_file_size': 'ASC'},
params = {},
try_cache = true,
log_lvl = 0