mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
LDAP: bg jobs: sane default refresh interval
This commit is contained in:
parent
c48732987e
commit
056d9adb23
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue