Skip to content
Snippets Groups Projects
Commit 056d9adb authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

LDAP: bg jobs: sane default refresh interval

parent c4873298
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ namespace OCA\user_ldap\lib;
class Jobs {
//refresh groups every hour
static private $refreshInterval = 36;//00;
static private $refreshInterval = 3600;
static private $groupsFromDB;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment