LDAP: bg jobs: sane default refresh interval

remotes/origin/stable45
Arthur Schiwon 12 years ago
parent c48732987e
commit 056d9adb23
  1. 2
      apps/user_ldap/lib/jobs.php

@ -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;

Loading…
Cancel
Save