diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-12-02 12:52:05 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-12-02 12:52:05 +0100 |
| commit | 6f0167fac1738c6b9d81e9c86471e557329e4cb7 (patch) | |
| tree | fa8ccc592f48cc4b0448150ff38977a48a0c240c /htroot/CrawlStartExpert.html | |
| parent | a1ee10107968ee124364e588c637bf57131c57db (diff) | |
get cloned crawl start parameter for snapshots
Diffstat (limited to 'htroot/CrawlStartExpert.html')
| -rw-r--r-- | htroot/CrawlStartExpert.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/CrawlStartExpert.html b/htroot/CrawlStartExpert.html index c05569c73..89099b142 100644 --- a/htroot/CrawlStartExpert.html +++ b/htroot/CrawlStartExpert.html @@ -472,7 +472,7 @@ means a snapshot is only be generated if the crawl depth of a document is smaller or equal to the given number here. If the number is set to -1, no snapshots are generated. </span></span> - <input type="text" name="snapshotsMaxDepth" id="snapshotsMaxDepth" size="2" maxlength="2" value="-1" /> + <input type="text" name="snapshotsMaxDepth" id="snapshotsMaxDepth" size="2" maxlength="2" value="#[snapshotsMaxDepth]#" /> </dd> <dt><label for="snapshot">Multiple Snapshot Versions</label></dt> <dd> |
