adclient.read.setgrpsrc.timeout

This configuration parameter defines the maximum number of seconds allowed for checking the ~/.setgrpsrc file.

In some environments, the home directory may be automounted over a network filesystem (for example, NFS or SMB). In such cases, accessing the .setgrpsrc file can be delayed due to network latency. If the file cannot be read within the specified timeout, the operation will be terminated to avoid indefinite blocking.

When setting this parameter manually, ensure the value is an integer greater than zero.

The default value is 5 seconds.

Example:

adclient.read.setgrpsrc.timeout: 5

After modifying this parameter, run adreload to apply the updated configuration.