# File lib/rubyrep/replicators/two_way_replicator.rb, line 65
      def self.default_options
        {
          :left_change_handling => :replicate,
          :right_change_handling => :replicate,
          :replication_conflict_handling => :ignore,
          :logged_replication_events => [:ignored_conflicts],
        }
      end