alphacomm / alpharpc

AlphaRPC is an RPC daemon based on ZeroMQ that can be used to distribute workload over one or multiple servers.
alpharpc.net
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Fix BC break regarding time-outs. #35

Closed reenl closed 10 years ago

jacobkiers commented 10 years ago

Commit 3b83d97 introduced a BC break, in the hopes of improving performance. Even though it is a really good idea to decrease MAX_MANAGER_DELAY, it did introduce a BC break.

This PR resets the constant, but makes all users of it configurable by setting the manager_delay parameter in app/config/alpharpc_config.yml to 100.