mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 19:06:24 +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 | ||
| conftest.py | ||
| test_confluence_parallel.py | ||
| test_google_drive_parallel.py | ||
| test_jira_parallel.py | ||
| test_linear_parallel.py | ||
| test_notion_parallel.py | ||