mirror of
https://github.com/spartanz51/tutabridge.git
synced 2026-06-24 10:54:32 +02:00
14bd40b87b3eed674ea97540f947114e77619f17
The Tuta entity REST endpoint rejects `count` > 1000 with a `Bad request` 400. A `sync_limit` above that (e.g. 1050 in config) was silently turning every bootstrap and folder-re-sync into a 3-attempt retry loop that always failed. Cap the per-request count and let any excess be picked up by the realtime event bus going forward; multi-page stitching can come back if a higher initial snapshot is ever needed.
Languages
Rust
89.5%
TypeScript
5.9%
CSS
2.5%
Python
1.2%
Shell
0.7%
Other
0.1%