diff options
| -rw-r--r-- | geo-replication/syncdaemon/master.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/geo-replication/syncdaemon/master.py b/geo-replication/syncdaemon/master.py index 0817d7fe7..98a61bc1d 100644 --- a/geo-replication/syncdaemon/master.py +++ b/geo-replication/syncdaemon/master.py @@ -150,7 +150,7 @@ class NormalMixin(object):      def set_slave_xtime(self, path, mark):          self.slave.server.set_stime(path, self.uuid, mark) -        self.slave.server.set_xtime_remote(path, self.uuid, mark) +        # self.slave.server.set_xtime_remote(path, self.uuid, mark)  class PartialMixin(NormalMixin):      """a variant tuned towards operation with a master  | 
