# HG changeset patch # User Goffi # Date 1285656027 -28800 # Node ID 894530949e303e58bb30618c91deaca6f6ce37ad # Parent bbe09d5791dd6a7076983deace5876a0b860f325 lowered copy priority to DEFAULT diff -r bbe09d5791dd -r 894530949e30 gcp --- a/gcp Tue Sep 28 14:24:18 2010 +0800 +++ b/gcp Tue Sep 28 14:40:27 2010 +0800 @@ -274,7 +274,7 @@ return True gobject.io_add_watch(source_fd,gobject.IO_IN,self._copyFile, - (dest_fd, options), priority=gobject.PRIORITY_HIGH) + (dest_fd, options), priority=gobject.PRIORITY_DEFAULT) if not self.progress: info(_("COPYING %(source)s ==> %(dest)s") % {"source":source_path.decode('utf-8','replace'), "dest":dest_file.decode('utf-8','replace')})