For which events and after which time new settings in SETUP/SITESETUP get synchronized to clients?
A client restart or a start of an application on the part of the client effects a synchronization.
In order to be sure that a running application will get the change, it has to be restarted.
The waiting time of 60 seconds is hard coded and cannot be changed.
There is no difference if a change has been made by PARTadmin or by copying/removing directly on the sitesetup. Only the change on the disk is decisive. PARTadmin has no special way.
The modification date and the number of files are saved under
$CADENAS_USER\rfs\state.json
saved.{"$CADENAS_SITESETUP":{"modified":"2023-10-26T04:13:33Z","fileCount":16},"$CADENAS_SETUP":
{"modified":"2023-10-26T04:13:33Z","fileCount":511}}
The Sync is performed for the specific path, e.g. SITESETUP or SETUP. For an unchanged number of files the specific changes will be synced; if the number of files changed, everything is synced.