Clocks

Performance improvement for scheduled swipes in HTML Clock

For scheduled swipes in the HTML Clock, paginate the response into smaller chunks to reduce the memory footprint for each request. This will also minimize the response time to prevent connection timeouts on a slow network. This is useful if you are using scheduled swipes with a large number of employees.

A new setting was added in Clock Server to control the number of employees per page:

wbsynch.scheduledswipes.employee.pageSize = 200