Skip to content

Commit

Permalink
update ping interval
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonee committed Nov 16, 2023
1 parent 2e49b19 commit 58ef79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/Server.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object Server extends IOApp {
for {
config <- configIO
_ <- PlexTokenSync.run(config, httpClient)
_ <- IO.sleep(24.seconds)
_ <- IO.sleep(24.hours)
_ <- plexTokenSync(configIO, httpClient)
} yield ()
}

0 comments on commit 58ef79f

Please sign in to comment.