From 391bc49dabb39e31739c849b83bb490cabf9da3d Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 16 Nov 2015 22:23:16 +0100 Subject: Move files/ajax/scan.php to background job The background job will now be executed in chunks of 500 users all 10 minutes. --- lib/public/backgroundjob/ijoblist.php | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/public/backgroundjob/ijoblist.php') 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 */ -- cgit v1.2.3