mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Set external_refresh by default
Let's just set a sane default of 60 minutes.
This commit is contained in:
parent
a065435a99
commit
d7d19b906f
@ -357,10 +357,10 @@ $c->admin_email = 'calendar-admin@example.com';
|
||||
// $c->hide_bound = array( 'User-Agent'=>'#regex1#', 'X-Client'=>'#regex2#');
|
||||
|
||||
/**
|
||||
* External subscription (BIND) minimum refresh interval
|
||||
* External subscription (BIND) minimum refresh interval (minutes)
|
||||
* Required if you want to enable remote binding ( webcal subscriptions )
|
||||
*
|
||||
* Default: none
|
||||
* Default: 60
|
||||
*/
|
||||
// $c->external_refresh = 60;
|
||||
|
||||
|
||||
@ -141,6 +141,7 @@ $c->base_url = preg_replace('#/[^/]+\.php.*$#', '', $_SERVER['SCRIPT_NAME']);
|
||||
$c->base_directory = preg_replace('#/[^/]*$#', '', $_SERVER['DOCUMENT_ROOT']);
|
||||
$c->default_privileges = array('read-free-busy', 'schedule-deliver');
|
||||
$c->list_everyone = true;
|
||||
$c->external_refresh = 60;
|
||||
|
||||
$c->enable_auto_schedule = true;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user