lib/riddle/configuration/indexer.rb in riddle-1.0.0 vs lib/riddle/configuration/indexer.rb in riddle-1.0.1
- old
+ new
@@ -1,8 +1,9 @@
module Riddle
class Configuration
class Indexer < Riddle::Configuration::Section
- self.settings = [:mem_limit, :max_iops, :max_iosize]
+ self.settings = [:mem_limit, :max_iops, :max_iosize, :max_xmlpipe2_field,
+ :write_buffer]
attr_accessor *self.settings
def render
raise ConfigurationError unless valid?
\ No newline at end of file