= private = protected
default_load_limit(sz)
Set the default value for the :load_limit option.
See #new(). The initial default value is 25 MB.
# File lib/drb/drb.rb, line 1296 def self.default_load_limit(sz) @@load_limit = sz end