How to decrease api request on drive without cache

hi ,while my mount is active my program needs to access files on drive but when it needs to access files my mount flags using so many api request

for example , my program needs to access 5 different data on drive at the same time , my config sends 1 request each per it , so it is looking like 5 request per sec

can i have any option to configure this 5 request to 1 request ?

thanks

Maybe? Hard to tell as you deleted the support template so we have no idea what you are running, version, example in the log file.

im using rclone latest version on ubuntu 22.04

my mount code is ;

rclone mount drive: /mnt/drive/ --vfs-read-chunk-size 128K --max-read-ahead=0 --vfs-read-wait=0 --no-modtime --read-only --no-check-certificate --use-cookies --drive-service-account-file mount.json --daemon --buffer-size off

The one as part of the package manager? That's many years old. You want to install the latest from the install site and not use a package manager:

apt info rclone
Package: rclone
Version: 1.53.3-4ubuntu1

Install (rclone.org)

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

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

rclone version is the main thing

the question is simple

can i adjust 10-15 api request on same time for 1 request or not.

You can use --tpslimit 5 to limit rclone to 5 transactions per second. Is this useful?

im sorry but it is not

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.