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

Commit

Permalink
Merge pull request #21 from damienlevin/master
Browse files Browse the repository at this point in the history
Fixed socket creation timeouts
  • Loading branch information
chrisdinn committed Sep 12, 2014
2 parents 1dfa6c7 + cf71162 commit 4e23b68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

name := "scala-zeromq"

organization := "com.mdialog"

version := "1.1.0"
version := "1.1.1"

scalaVersion := "2.11.0"

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/reference.conf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

zeromq {
# zeromq poller timeout
poll-timeout = 10s
poll-timeout = 1s

# how long to wait for new socket
new-socket-timeout = 2000ms

# maximum numbers of sockets
maximum-sockets = 16384
# maximum numbers of sockets
maximum-sockets = 16384

poll-interrupt-socket = "inproc://scala-zeromq-poll-interrupt"

Expand Down

0 comments on commit 4e23b68

Please sign in to comment.