Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:twitter/killdeer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Molina committed Aug 23, 2010
2 parents ec074f8 + 94b2bee commit 79158fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/scala/com/twitter/killdeer/Killdeer.scala
Expand Up @@ -20,6 +20,9 @@ object Killdeer {
}
}

// Works around a sleep bug in Jetty
System.setProperty("org.mortbay.io.nio.JVMBUG_THRESHHOLD", Math.MAX_INT.toString)

val server = new KilldeerServer(6666, samplesFilename, acceptors)
server.start()
}
Expand Down

0 comments on commit 79158fd

Please sign in to comment.