Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
provider-synchronization [2019_05_28 12:43] smeadminprovider-synchronization [2019_05_28 12:51] smeadmin
Line 8: Line 8:
  
 To set the number of set / replace the following line inside your **config.inc.php** file.  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.