Skip to content

Commit

Permalink
- (re-)activated ftp protocol. see discussion here: http://forum.yacy…
Browse files Browse the repository at this point in the history
…-websuche.de/viewtopic.php?f=6&t=623&hilit=&p=3875#p3875

- set default-flushsize for pro to 500

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4280 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Dec 18, 2007
1 parent 6fbda9e commit 814aff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/de/anomic/plasma/crawler/plasmaProtocolLoader.java
Expand Up @@ -45,7 +45,7 @@ public final class plasmaProtocolLoader {
public plasmaProtocolLoader(plasmaSwitchboard sb, serverLog log) {
this.sb = sb;
this.log = log;
this.supportedProtocols = new HashSet(Arrays.asList(new String[]{"http","https"/* ,"ftp" */}));
this.supportedProtocols = new HashSet(Arrays.asList(new String[]{"http","https","ftp"}));

// initiate loader objects
httpLoader = new plasmaHTTPLoader(sb, log);
Expand Down
2 changes: 1 addition & 1 deletion yacy.init
Expand Up @@ -664,7 +664,7 @@ wordCacheInitCount = 30000
wordFlushSize = 500
wordCacheMaxCount__pro = 60000
wordCacheInitCount__pro = 80000
wordFlushSize__pro = 1000
wordFlushSize__pro = 500

# Specifies if yacy can be used as transparent http proxy.
#
Expand Down

0 comments on commit 814aff6

Please sign in to comment.