parent
67c5be9f19
commit
bdf48a6daa
@ -1,13 +0,0 @@ |
||||
<?php |
||||
|
||||
class CleanUpAvatarJob extends \OC\BackgroundJob\TimedJob { |
||||
|
||||
public function __construct () { |
||||
$this->setInterval(7200); // 2 hours |
||||
} |
||||
|
||||
public function run ($argument) { |
||||
// TODO $view |
||||
// TODO remove ALL the tmpavatars |
||||
} |
||||
} |
Loading…
Reference in new issue