Onedrive-delta with poll-interval

Hi, I've been a silent reader of this forum since a few year now, finally decided to create an account and posted something really bothering me :frowning:

What is the problem you are having with rclone?

I'm using OneDrive and mount it using --onedrive-delta and --poll-interval, I read on some post here and in the github repo there is some plus and minus about Delta API, it was fast and yet must list a whole drive.
now since poll-interval is supposed to refresh changes, does this mean every change detected by rclone, rclone would list a whole drive again? I'm asking this since I get throttledRequest when setting poll-interval to 30s and using --onedrive-delta.

rclone[1986]: OneDrive root 'myfolder': Change notify listener failure: activityLimitReached: throttledRequest: The request has been throttled

Run the command 'rclone version' and share the full output of the command.

xxxx@myserver:~$ rclone --version
rclone v1.66.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 6.5.0-1020-oracle (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.1
- go/linking: static
- go/tags: none

Which cloud storage system are you using? (eg Google Drive)

OneDrive Sharepoint

Mount Service file

[Unit]
Description=Rclone VFS Mount
After=network-online.target

[Service]
User=xxxx
Group=xxxx
Type=notify
ExecStartPre=/bin/sleep 10
ExecStart=/usr/bin/rclone mount \
    --allow-other \
    --tpslimit 10 \
    --tpslimit-burst 0 \
    --config /home/xxxx/.config/rclone/rclone.conf \
    --buffer-size 250M \
    --dir-cache-time 8760h \
    --poll-interval 30s \
    --disable-http2 \
    --onedrive-delta \
    --rc \
    --rc-no-auth \
    --rc-addr localhost:5572 \
    --syslog \
    --timeout 10m \
    --umask 002 \
    --use-mmap \
    --onedrive-no-versions \
    --onedrive-server-side-across-configs \
    --onedrive-chunk-size 250M \
    --onedrive-list-chunk 250 \
    --user-agent "ISV|rclone|rclone/v1.63.1" \
    --vfs-cache-min-free-space off \
    --vfs-cache-max-age 504h \
    --vfs-cache-max-size 50G \
    --vfs-cache-mode full \
    --vfs-cache-poll-interval 1m \
    --vfs-fast-fingerprint \
    --vfs-disk-space-total-size 100G \
    --vfs-read-ahead 128M \
    --vfs-read-chunk-size-limit 2G \
    --vfs-read-chunk-size 32M \
    --log-level DEBUG \
    "mycrypt:" "/mnt/remote/mycrypt"
ExecStop=/bin/fusermount3 -uz "/mnt/remote/mycrypt"
Restart=on-abort
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
TimeoutSec=21600
LimitNOFILE=infinity
LimitMEMLOCK=infinity

[Install]
WantedBy=default.target

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[good]
type = onedrive
client_id = zzzzzz
client_secret = zzzzzzz
token = {"access_token":""}
drive_id = bbbbbb
drive_type = documentLibrary

[gcrypt]
type = crypt
remote = good:myfolder
password = mypasszzzz
no_data_encryption = false
filename_encoding = base32768