1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

change default value of load_limit (ignore load_limit)

This commit is contained in:
Masatoshi SEKI 2019-07-13 07:22:55 +09:00
parent 10d7419eb4
commit cbe623f1c7

View file

@ -1279,7 +1279,7 @@ module DRb
@@idconv = DRbIdConv.new
@@secondary_server = nil
@@argc_limit = 256
@@load_limit = 256 * 102400
@@load_limit = 0xffffffff
@@verbose = false
@@safe_level = 0