Find in a tree where nfiles > 100000

I need to process a tree of files.
Using the eos find command in a tree where the nb of files are > 100k files raised a warning : warning: find results are limited for you to nfiles=100000 - result is truncated!.

I didn’t saw in the config (eos config dump) where I can modify this value, may be it is not possible.

Do you know a way to increase this value (EOS 4.8.27) ?

Found ! So I share the info :slight_smile:
use the eos access set limit command : i.e. to increase this limit from 100k to 200k to the user my_user :
access set limit 200000 rate:user:my_user:FindFiles
sorry for the noise.