Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b6c5180 authored by Ronak Patel's avatar Ronak Patel
Browse files

set timesensitivity to false

parent ec723448
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ class BlacklistedDomainsJob extends TimedJob {
		parent::__construct($timeFactory);

		$this->setInterval(self::INTERVAL_PERIOD);
		$this->setTimeSensitivity(self::TIME_INSENSITIVE);
		$this->timeFactory = $timeFactory;
		$this->userService = $userService;
		$this->logger = $logger;