Skip to content

Commit

Permalink
Change Server to a while loop to detect issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajkapica committed Jun 22, 2024
1 parent 3ef3a87 commit 3afd7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/scala/Server.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Server {
.newServerAt(host, port)
.bind(Routes.route)

Database.test()
// Database.test()

Await.result(keepAlive, Duration.Inf)

Expand Down

0 comments on commit 3afd7e7

Please sign in to comment.