Rclone BOX.com mount drive settings

What settings would be recommended for box.com? I have these settings and it appears it hits the API limit with it. I read the tps limit is 4 for BOX.com?

--user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36'
--config=/home/uhmge/.config/rclone/rclone.conf
--allow-other
--async-read=true
--dir-cache-time=5000h
--buffer-size=32M
--poll-interval=15s
--rc
--rc-no-auth
--rc-addr=localhost:5729
--use-mmap
--vfs-read-ahead=128M
--vfs-read-chunk-size=32M
--vfs-read-chunk-size-limit=2G
--vfs-cache-max-age=504h
--vfs-cache-mode=full
--vfs-cache-poll-interval=30s
--vfs-cache-max-size=50G
--disable-http2
--tpslimit 12
--tpslimit-burst 0
--umask=002
--syslog
-v \

And what are you test results with --tpslimit 4? Did it help to avoid API throttling?

Box.com doesn't support polling, AFAIK

yes, i agree, based on the output of rclone backend
"ChangeNotify": false

On their API docs is 6 for nom eterprise accounts and 6 for business, so I have 6 now https://developer.box.com/guides/api-calls/permissions-and-errors/rate-limits/

I've had tpslimit 18 for a few weeks now and haven't seen any 429 or other errors. But good to know if they start sprouting up!