class Sicily::Config

Attributes

consume_on_start[RW]
delay_on_file_monitoring[RW]
forbid_new_file_in_subfolder[RW]
num_thread_pool[RW]

Public Class Methods

new() click to toggle source
# File lib/sicily/config.rb, line 14
def initialize
  @forbid_new_file_in_subfolder = true
  @num_thread_pool = 10
  @delay_on_file_monitoring = 10
  @consume_on_start = true
end