PHP CS Fix PreviewsJob

This commit is contained in:
Marcel Klehr 2020-08-05 17:18:15 +02:00
parent 3b66fc9f88
commit 539a35e055
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ use OCA\Bookmarks\Service\FaviconPreviewer;
use OCP\IConfig;
class PreviewsJob extends TimedJob {
const BATCH_SIZE = 250; // 500 bookmarks
const INTERVAL = 30; // 30 minutes
public const BATCH_SIZE = 250; // 500 bookmarks
public const INTERVAL = 30; // 30 minutes
/**
* @var BookmarkPreviewer
*/