Breadcrumbs

ServerLink Fast Mode

In Fast mode, ServerLink performs synchronization without running services directly related to user experience, such as notification, backup, and audit.

You can set ServerLink to run in Fast mode by configuring some or all the recommended settings in the table below. For some of the settings you are required to manually add flags to the cloudconfig.php file; for others, you may enable or disable an option in the Admin portal's Settings tabs.

Depending on your system's requirements or your particular use case, you can use all the recommended settings below or leave out settings for functionality that you want to remain enabled. 

Description

Setting

Location

Disabled SL metadata sync

define("TONIDOCLOUD_SERVERLINK_DISABLE_METADATA_SYNC", true);

cloudconfig.php

Disable Notifications 

Uncheck Enable File Change Notifications

Admin portal, Settings > Misc > Notifications

Disable Activity Stream 

define("TONIDOCLOUD_DISABLE_ACTIVITY_STREAM", false);

cloudconfig.php

Disable Search Index

If the button on the right displays Configure, do not click it.
If the button on the right displays Reset, click it disable search indexing.

Admin portal, Settings > Content Search

Disable Content Classification 

Check Disable Content Classification

Admin portal, Settings > Misc > General

Disable Workflow Processing

define("TONIDOCLOUD_DISABLE_WORKFLOW_CALLBACK", false);

cloudconfig.php

Disable Sync Database 

define("TONIDOCLOUD_DISABLE_SYNC_DATABASE_CALLBACK", false);
This disables FileCloud Sync and FileCloud ServerSync.

cloudconfig.php

Disable Recycle Bin

In each enabled policy, in the General tab, set Store Deleted Files to NO

Admin portal, Settings > Policies

Disable User Signups

Set Allow Account Signups to FALSE

Admin Portal, Settings > Admin

Set Audit to REQUEST mode

Set Audit Logging Level to REQUEST

Admin Portal, Settings > Admin

Adding settings to cloudconfig.php

  1. Open cloudconfig.php:
    Windows Location: XAMPP DIRECTORY/htdocs/config/cloudconfig.php
    Linux Location: /var/www/config/cloudconfig.php

  2. Add the setting from the above table.