no logging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user