Skip to content

Commit

Permalink
remove hardcoded backlog
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Jenson committed Dec 14, 2010
1 parent 688b1b1 commit 66c5b0c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ object SnowflakeServer {
registerWorkerId(workerId)
val port = Configgy.config("admin_http_port").toInt
val backlog = Configgy.config("admin_http_backlog").toInt
val admin = new AdminService(port, 100, new ostrich.RuntimeEnvironment(getClass))
val admin = new AdminService(port, backlog, new ostrich.RuntimeEnvironment(getClass))

Thread.sleep(Configgy.config("snowflake.startup_sleep_ms").toLong)

Expand Down

0 comments on commit 66c5b0c

Please sign in to comment.