class Middleman::SourceWatcher
def update_config(options={})
def update_config(options={}) without_listener_running do @disable_watcher = options.fetch(:disable_watcher, false) @force_polling = options.fetch(:force_polling, false) @latency = options.fetch(:latency, nil) @wait_for_delay = options.fetch(:wait_for_delay, nil) end end