diff --git a/root/etc/e-smith/templates/usr/share/sogosync/config.php/30Options b/root/etc/e-smith/templates/usr/share/sogosync/config.php/30Options index 78a59ec..74b1111 100644 --- a/root/etc/e-smith/templates/usr/share/sogosync/config.php/30Options +++ b/root/etc/e-smith/templates/usr/share/sogosync/config.php/30Options @@ -1,8 +1,10 @@ define('SCRIPT_TIMEOUT', 0); - define('MAX_EMBEDDED_SIZE', 1048576); + define('MAX_EMBEDDED_SIZE', 2097152); define('PROVISIONING', true); define('LOOSE_PROVISIONING', false); define('SYNC_CONFLICT_DEFAULT', SYNC_CONFLICT_OVERWRITE_PIM); define('SYNC_FILTERTIME_MAX', SYNC_FILTERTYPE_ALL); define('PING_INTERVAL', 30); define('SINK_FORCERECHECK', 300); + define('FILEAS_ORDER', SYNC_FILEAS_FIRSTLAST); + define('SYNC_MAX_ITEMS', 100); diff --git a/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav b/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav index 3c957d7..05cb28f 100644 --- a/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav +++ b/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav @@ -1,7 +1,7 @@ define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}'); define('CALDAV_PATH', '/SOGo/dav/%u/'); define('CALDAV_PERSONAL', 'personal'); - define('CALDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u'); + define('CALDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u/'); { my $ro = $sogosync{'ReadOnly'} || 'disabled'; $ro = ($ro =~ m/^yes|enabled|1$/) ? 'true':'false';