From 81ff820e8412e8fb259fd6b42b4dcf74b4a3b0f1 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sun, 22 May 2022 00:30:21 +0200 Subject: [PATCH] config changes to contacts --- setup/webmail.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 708f8dff..670500c0 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -156,7 +156,7 @@ EOF cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php < 'ownCloud', @@ -165,7 +165,7 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php < 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/dav/addressbooks/users/%u/contacts', 'active' => true, 'readonly' => false, - 'refresh_time' => '02:00:00', + 'refresh_time' => '00:30:00', 'fixed' => array('username'), 'preemptive_auth' => '1', 'hide' => false,