no logging

This commit is contained in:
nose
2025-11-26 00:02:33 -08:00
parent d1f08216a2
commit 935ce303d0
5 changed files with 201 additions and 232 deletions

View File

@@ -288,7 +288,7 @@ class LocalStorageBackend(StorageBackend):
debug(f"Performing filename/tag search: {query_pattern}")
# Fetch more results than requested to allow for filtering
fetch_limit = (limit or 100) * 50
fetch_limit = (limit or 45) * 50
cursor.execute("""
SELECT DISTINCT f.id, f.file_path, f.file_size