removed file sync

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@725 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent 2148c0cf49
commit debb207a74

@ -62,6 +62,7 @@ However, the search function is public.</p>
<li><a href="http://yacy.dyndns.org:8000"><b>Michael Christen's Root Peer (Frankfurt, Germany)</b></a></li>
<li><a href="http://www.suma-lab.de:8080"><b>The Search-Engine Lab of the SuMa-eV (Hannover, Germany)</b></a></li>
<li><a href="http://yacy.naggel.info/"><b>Hendrik Richter's PHP interface to his YaCy peer</b></a></li>
<li><a href="http://www.lulabad.de/"><b>Alexander Fieger's PHP interface to his YaCy peer 'lulabad.de'</b></a></li>
<li><a href="http://yacy.guerrier.info/"><b>Olivier Guerrier's Peer (France)</b></a></li>
</ul>

@ -76,7 +76,7 @@ public class kelondroFileRA extends kelondroAbstractRA implements kelondroRA {
// pseudo-native method read
public int read() throws IOException {
sync();
//sync();
return RAFile.read();
}
@ -86,7 +86,7 @@ public class kelondroFileRA extends kelondroAbstractRA implements kelondroRA {
}
public int read(byte[] b, int off, int len) throws IOException {
sync();
//sync();
RAFile.read(b, off, len);
return len;
}

Loading…
Cancel
Save