Skip to content

Commit

Permalink
keep alive system actor sleep added
Browse files Browse the repository at this point in the history
  • Loading branch information
www-data committed Jun 12, 2015
1 parent 183fe33 commit ae34e09
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -24,6 +24,9 @@ object EntryPoint extends App {
DriverPool

readLine
while(!ActorFactory.system.isTerminated) {
Thread.sleep(10000)
}
log.info("Selenate Server now shutting down.")
ActorFactory.shutdown()
Runtime.getRuntime.halt(0)
Expand Down

0 comments on commit ae34e09

Please sign in to comment.