Skip to content

Commit

Permalink
Disable clean-on-startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdijt committed Sep 12, 2024
1 parent 1b5d963 commit 84b6bb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/actors/Cleaner.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import scala.concurrent.ExecutionContext
@Singleton
class CleanerScheduler @Inject()(val system: ActorSystem, @Named("cleaner-actor") val cleanerActor: ActorRef)(implicit ec: ExecutionContext) {
QuartzSchedulerExtension(system).schedule("Clean", cleanerActor, Clean)
cleanerActor ! Clean
}

class Cleaner @Inject()(unifiService: UnifiService,
Expand Down

0 comments on commit 84b6bb8

Please sign in to comment.