diff options
| author | Michael Peter Christen <mc@yacy.net> | 2022-10-05 16:09:28 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2022-10-05 16:09:28 +0200 |
| commit | 761dbdf06d1de09e45f0963102e43ffe07b6cdaa (patch) | |
| tree | 9adf465532e0c570461aecd3e7ce2aa1776c3340 /htroot/ViewLog_p.html | |
| parent | 0970a79bbf5b46f63c0fdb36a350d827d3cdd669 (diff) | |
increases log history length to 10000
implements https://github.com/yacy/yacy_search_server/issues/512
Diffstat (limited to 'htroot/ViewLog_p.html')
| -rw-r--r-- | htroot/ViewLog_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ViewLog_p.html b/htroot/ViewLog_p.html index f9027a9e1..6ef10300d 100644 --- a/htroot/ViewLog_p.html +++ b/htroot/ViewLog_p.html @@ -11,7 +11,7 @@ <form action="ViewLog_p.html" method="get" accept-charset="UTF-8">
<fieldset>
- <input type="text" name="lines" id="lines" size ="5" value="#[lines]#" maxlength="9" /><label for="lines"> Lines (max. #[maxlines]#)</label>
+ <input type="text" name="lines" id="lines" size ="6" value="#[lines]#" maxlength="9" /><label for="lines"> Lines (max. #[maxlines]#)</label>
<input type="checkbox" name="mode" id="mode" value="reversed" #(reverseChecked)#::checked="checked"#(/reverseChecked)# /><label for="mode">reversed order</label>
<input type="text" name="filter" id="filter" size ="30" value="#[filter]#" maxlength="60" />
<input type="submit" value="refresh" />
|
