Skip to content

Commit

Permalink
Start VideobridgeExpireThread (#2283)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniil Meitis <[email protected]>
  • Loading branch information
dsmeytis and Daniil Meitis authored Jan 22, 2025
1 parent dbcceb0 commit 45a5258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvb/src/main/kotlin/org/jitsi/videobridge/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fun main() {
JvbVersionService.instance.currentVersion,
Clock.systemUTC()
)
val videobridgeExpireThread = VideobridgeExpireThread(videobridge)
val videobridgeExpireThread = VideobridgeExpireThread(videobridge).apply { start() }
Metrics.metricsUpdater.addUpdateTask {
VideobridgePeriodicMetrics.update(videobridge)
}
Expand Down

0 comments on commit 45a5258

Please sign in to comment.