Skip to content

Commit

Permalink
Remove code that arbitrarily delay SessionService.start()
Browse files Browse the repository at this point in the history
  • Loading branch information
jinliu9508 committed Nov 6, 2024
1 parent 2f049bb commit f05d371
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ internal class SessionService(
}

override fun start() {
Thread.sleep(10000)
_applicationService.addApplicationLifecycleHandler(this)
}

Expand Down

0 comments on commit f05d371

Please sign in to comment.