diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-11-16 22:23:16 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-11-28 13:06:53 +0100 |
commit | 391bc49dabb39e31739c849b83bb490cabf9da3d (patch) | |
tree | e49d514bbbc24d906673123007974b16d5082c98 /lib/public/backgroundjob | |
parent | d305412a357f31174abff757602b343c24cd91c1 (diff) | |
download | nextcloud-server-391bc49dabb39e31739c849b83bb490cabf9da3d.tar.gz nextcloud-server-391bc49dabb39e31739c849b83bb490cabf9da3d.zip |
Move files/ajax/scan.php to background job
The background job will now be executed in chunks of 500 users all 10 minutes.
Diffstat (limited to 'lib/public/backgroundjob')
-rw-r--r-- | lib/public/backgroundjob/ijoblist.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/backgroundjob/ijoblist.php b/lib/public/backgroundjob/ijoblist.php index e2dc348e54d..384f8b3d801 100644 --- a/lib/public/backgroundjob/ijoblist.php +++ b/lib/public/backgroundjob/ijoblist.php @@ -36,7 +36,6 @@ interface IJobList { * * @param \OCP\BackgroundJob\IJob|string $job * @param mixed $argument The argument to be passed to $job->run() when the job is exectured - * @param string $job * @return void * @since 7.0.0 */ |