diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-28 15:25:33 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-28 15:25:33 +0000 |
| commit | f1ed91a8e42b13596932d5beac05e80dc412242e (patch) | |
| tree | e1873f78a00c213f4f8c5b2782b86ac1d8123ceb /htroot/ConfigNetwork_p.html | |
| parent | 87afdfc2a789a73b50072ecde4b22b9f0bf575ec (diff) | |
added option to allow/disallow DHT transmission during indexing
see also http://forum.yacy.de/viewtopic.php?f=9&t=8
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3933 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigNetwork_p.html')
| -rw-r--r-- | htroot/ConfigNetwork_p.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/htroot/ConfigNetwork_p.html b/htroot/ConfigNetwork_p.html index 292d4950d..5ebce9bdd 100644 --- a/htroot/ConfigNetwork_p.html +++ b/htroot/ConfigNetwork_p.html @@ -74,7 +74,15 @@ <input type="radio" value="off" id="indexDistributeWhileCrawlingOff" name="indexDistributeWhileCrawling" #(indexDistributeWhileCrawling.off)#::checked="checked" #(/indexDistributeWhileCrawling.off)#/> - <label for="indexDistributeWhileCrawlingOff">disabled during crawling</label>. + <label for="indexDistributeWhileCrawlingOff">disabled during crawling</label>.<br> + <input type="radio" value="on" id="indexDistributeWhileIndexingOn" + name="indexDistributeWhileIndexing" + #(indexDistributeWhileIndexing.on)#::checked="checked" #(/indexDistributeWhileIndexing.on)#/> + <label for="indexDistributeWhileIndexingOn">enabled</label> / + <input type="radio" value="off" id="indexDistributeWhileIndexingOff" + name="indexDistributeWhileIndexing" + #(indexDistributeWhileIndexing.off)#::checked="checked" #(/indexDistributeWhileIndexing.off)#/> + <label for="indexDistributeWhileIndexingOff">disabled during indexing</label>. </dd> <dt> <label for="indexReceive">Index Receive</label> |
