FileOperation.st
changeset 9650 adae3f000284
parent 9576 4505159b2222
child 9663 7837d4646761
--- a/FileOperation.st	Sat Nov 27 15:43:11 2010 +0100
+++ b/FileOperation.st	Sat Nov 27 19:21:08 2010 +0100
@@ -653,17 +653,17 @@
 
 defectBlockCopySize
     "/ ^ 256
-    ^ 64*1024
+    ^ 128*1024
 
     "Created: / 21-06-2010 / 14:22:23 / cg"
-    "Modified: / 21-06-2010 / 18:04:36 / cg"
+    "Modified: / 27-11-2010 / 18:06:10 / cg"
 !
 
 defectBlockRetryCount
-    ^ 2
+    ^ 1
 
     "Created: / 21-06-2010 / 14:24:45 / cg"
-    "Modified: / 21-06-2010 / 17:56:35 / cg"
+    "Modified: / 27-11-2010 / 18:05:19 / cg"
 ! !
 
 !FileOperation::Create class methodsFor:'actions'!
@@ -1555,9 +1555,9 @@
 !FileOperation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileOperation.st,v 1.86 2010-10-11 11:09:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileOperation.st,v 1.87 2010-11-27 18:21:08 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileOperation.st,v 1.86 2010-10-11 11:09:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileOperation.st,v 1.87 2010-11-27 18:21:08 cg Exp $'
 ! !