diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-09-08 09:49:08 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-09-08 09:49:08 +0000 |
| commit | 3288c19c1a19b5100cf666f2808e4e707aa599a7 (patch) | |
| tree | a8d08a7b0f9046ffa1071e8b31d618f0fcf8eb68 /defaults/yacy.network.intranet.unit | |
| parent | b92105c8b0a0956dfeaba132eac9523eb86810a7 (diff) | |
reduce remote crawl PPM for fresh peers in freeworld to 6 PPM
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5124 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'defaults/yacy.network.intranet.unit')
| -rw-r--r-- | defaults/yacy.network.intranet.unit | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/defaults/yacy.network.intranet.unit b/defaults/yacy.network.intranet.unit index 5ef5d5220..947c360e4 100644 --- a/defaults/yacy.network.intranet.unit +++ b/defaults/yacy.network.intranet.unit @@ -13,6 +13,7 @@ network.unit.domain = local network.unit.dht = false network.unit.dhtredundancy.junior = 1 network.unit.dhtredundancy.senior = 1 +network.unit.remotecrawl.speed = 600 # each network may use different yacy distributions. # the auto-updater can access network-specific update locations @@ -21,5 +22,5 @@ network.unit.update.location1 = http://latest.yacy.de network.unit.update.location2 = http://www.findenstattsuchen.info/YaCy/latest/index.php network.unit.update.location3 = http://www.yacystats.de/yacybuild/ -# properties for in-protocol response authentification: +# properties for in-protocol response authentication: network.unit.protocol.control = uncontrolled
\ No newline at end of file |
