mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-22 21:28:12 +02:00
- Added a static method `estimate_pages_from_metadata` to `PageLimitService` for estimating page counts based on file metadata. - Integrated page limit checks in Google Drive, Dropbox, and OneDrive indexers to prevent exceeding user quotas during file indexing. - Updated relevant indexing methods to utilize the new page estimation logic and enforce limits accordingly. - Enhanced tests for page limit functionality, ensuring accurate estimation and enforcement across different file types. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_confluence_parallel.py | ||
| test_dropbox_parallel.py | ||
| test_google_drive_parallel.py | ||
| test_jira_parallel.py | ||
| test_linear_parallel.py | ||
| test_notion_parallel.py | ||
| test_onedrive_parallel.py | ||
| test_page_limits.py | ||