Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
provider-synchronization [2019_05_28 12:43] smeadminprovider-synchronization [2019_05_28 12:51] smeadmin
Line 7: Line 7:
 Out of the box, the File Fabric's syncronization process will be confined to a single system process. As of File Fabric release 1901.06, the performance speed of the syncronization process is configurable to offer reduced syncronization time. Out of the box, the File Fabric's syncronization process will be confined to a single system process. As of File Fabric release 1901.06, the performance speed of the syncronization process is configurable to offer reduced syncronization time.
  
-To set the number of set / replace the following line inside your `config.inc.phpfile. +To set the number of set / replace the following line inside your **config.inc.php** file.  
 <code> <code>
 var $initialsyncthreads = 2; var $initialsyncthreads = 2;
 </code> </code>
 +
 +The number set here will control the number of concurrent processes permitted to run for a single synchronization task running on your appliance. 
 +
 +You should take care when choosing an appropriate value, as high values could cause performance impacts to the overall platform.