Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldb09 committed Jan 28, 2023
1 parent a6477e2 commit 95a7d40
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,7 @@ class SocketContext(


init {
executor.scheduleAtFixedRate(statsCollector.createTask(this), 0, 1, TimeUnit.MINUTES)

playerUpdateService = Executors.newScheduledThreadPool(2) { r ->
val thread = Thread(r)
thread.name = "player-update"
thread.isDaemon = true
thread
}
log.info("just did something fun xD")
}

override fun getSessionId(): String {
Expand Down

0 comments on commit 95a7d40

Please sign in to comment.