y10k / rims

Ruby IMap Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRb service load_limit option

y10k opened this issue · comments

By default, the size of DRb messages between processes is limited to 25 megabytes in a multi-process configuration. This limit can be changed with the DRb `load_limit' parameter.

Since a user should be able to choose a limit, need to provide a way to set `load_limit'.