SSO API Group Sync Timer
Original Question or Issue:
Need to adjust sync settings for SSO groups from 24 hours to 1 hour please
Environment:
- Product - FileCloud Server
- Version - 23.253
- Platform - Any
Steps to Reproduce:
Error or Log Message:
Defect or Enhancement Number:
Cause:
Current defect in the product
Resolution or Workaround:
Change the cloudconfig to:
define("AUTH_API_CRON_MINIMUM_INTERVAL_IN_SEC", 3600);
3600 is reflected in seconds, whatever timer you want, set there.
Notes: