mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 13:52:40 +02:00
refactor: update Google Drive indexer to return an additional unsupported file count, enhancing error reporting consistency
This commit is contained in:
parent
aba5f6a124
commit
e4462292e4
2 changed files with 3 additions and 9 deletions
|
|
@ -758,7 +758,7 @@ async def _index_with_delta_sync(
|
|||
|
||||
if not changes:
|
||||
logger.info("No changes detected since last sync")
|
||||
return 0, 0
|
||||
return 0, 0, 0
|
||||
|
||||
logger.info(f"Processing {len(changes)} changes")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue