JSPT Docs > Tips and Tricks > Change Sync-Up limit

Change Sync-Up limit

JSPT sync ups 1000 users at a time. If you are getting errors in syncup process or its too slow, change syncup limit using following steps.

Synchronization of users is generally done through JSPT Setup Screen. But sometimes when number of users is a huge amount, it may lead to the failure of sync up.
So in this case change $limit value in URL-

index.php?option=com_xipt&view=setup&task=doApply&name=syncupusers&start=$start&limit=$limit

Here,initially  $start is set to 0.
$limit is the number of users to be synced up at a time. By default $limit is set to 1000.

You can set the value of $limit according to your requirement. You don't have to enter value of $limit again and again. Once the value of $limit is set then a loop will initiate automatically and sync up of all the users will be done according to that limit.


  • Thursday, 25 August 2011

Comments (0)

Leave a comment

You are commenting as guest.