mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 21:02:40 +02:00
- Implemented per-thread HTTP transport for concurrent downloads to ensure thread safety. - Refactored `download_file` and `download_file_to_disk` methods to utilize blocking calls on separate threads, improving performance during file operations. - Added logging to track the start and end of download and export processes, providing better visibility into execution time. - Updated unit tests to verify parallel execution of download and export operations, ensuring efficiency in handling multiple requests. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| change_tracker.py | ||
| client.py | ||
| content_extractor.py | ||
| credentials.py | ||
| file_types.py | ||
| folder_manager.py | ||