do not use proxy caching rules for crawling

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5344 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 16 years ago
parent fd83e59f8e
commit 8c96bc2ac1

@ -1032,7 +1032,7 @@ public final class plasmaSwitchboard extends serverAbstractSwitch<IndexingStack.
// work off unwritten files
if (entry.cacheArray() != null) {
final String error = entry.shallStoreCacheForProxy();
final String error = (entry.initiator() == null) ? entry.shallStoreCacheForProxy() : null;
if (error == null) {
plasmaHTCache.storeFile(entry.url(), entry.cacheArray());
if (this.log.isFine()) this.log.logFine("WROTE FILE (" + entry.cacheArray().length + " bytes) for " + entry.url());

Loading…
Cancel
Save