]> source.dussan.org Git - nextcloud-server.git/commit
Do no run SyncJob in cron 7674/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Fri, 29 Dec 2017 13:07:00 +0000 (14:07 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 3 Jan 2018 09:58:16 +0000 (10:58 +0100)
commited5f66f11aa43aa2462c450e247a25793326b69a
treeb1b31e0432ca4e7fdf06e1b11b8a4afcee7b481f
parent9ed0f50c256c2a020df2a9bb7d3659f43d3922d2
Do no run SyncJob in cron

Fixes #7184

The SyncJob can be very resource intensive. Since it requests all users
on the system to create the system addressbook. In order to do this it
creates a vcard for every user and updates the addressbook.

There is no need for this job since the proper signals are emitted and
handled in the carddav backend to update the addressbook live.

Worst comes to worst there is always the occ command to bring the
address book in sync again.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/dav/appinfo/info.xml
apps/dav/lib/CardDAV/SyncJob.php [deleted file]