Disable Metadata Syncing in ServerLink
If you are using ServerLink for data transfer only, you may disable metadata syncing to make the process more efficient.
To disable metadata syncing:
- Open cloudconfig.php:
Windows Location: XAMPP DIRECTORY/htdocs/config/cloudconfig.php
Linux Location: /var/www/config/cloudconfig.php Add the following :
define("TONIDOCLOUD_SERVERLINK_DISABLE_METADATA_SYNC",true);
The setting only takes effect on the ServerLink node associated with the cloudconfig.php file. To fully disable metadata sync, add the setting to each ServerLink node's cloudconfig.php file.