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:
parent
10d7419eb4
commit
cbe623f1c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue