LDAP: bg jobs: sane default refresh interval

This commit is contained in:
Arthur Schiwon 2012-08-22 10:51:29 +02:00
parent c48732987e
commit 056d9adb23
1 changed files with 1 additions and 1 deletions

View File

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