- set default-flushsize for pro to 500

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4280 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 17 years ago
parent 6fbda9ef4f
commit 814aff60bd

@ -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);

@ -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.
#

Loading…
Cancel
Save