1
mirror of https://github.com/rclone/rclone synced 2025-03-17 23:04:13 +01:00
Nick Craig-Wood 308323e9c4 box: make listings of heavily used directories more reliable
Before this change we uses limit/offset paging for directories in the
main directory listing routine and in the trash cleanup listing.

This switches to the new scheme of limit/marker which is more reliable
on a directory which is continuously changing. It has the disadvantage
that it doesn't tell us the total number of items available, however
that wasn't information rclone uses.
2021-10-15 15:28:54 +01:00
..