Commit a45dc4ab authored by Jim Fulton's avatar Jim Fulton

Provided GC defaults.

parent ee04498c
...@@ -83,7 +83,7 @@ accessed in the number of seconds given in the input box to the right ...@@ -83,7 +83,7 @@ accessed in the number of seconds given in the input box to the right
of this text. of this text.
</td><td> </td><td>
<form action="<!--#var URL1-->/manage_full_sweep" method=GET> <form action="<!--#var URL1-->/manage_full_sweep" method=GET>
<input type="text" name="value:int" size=6> <input type="text" name="value:int" value="<!--#var cache_age-->" size=6><br>
<input type="submit" value="Full Sweep"> <input type="submit" value="Full Sweep">
</form></td></tr> </form></td></tr>
...@@ -95,7 +95,7 @@ accessed in the number of seconds given in the input box to the right ...@@ -95,7 +95,7 @@ accessed in the number of seconds given in the input box to the right
of this text. of this text.
</td><td> </td><td>
<form action="<!--#var URL1-->/manage_minimize" method=GET> <form action="<!--#var URL1-->/manage_minimize" method=GET>
<input type="text" name="value:int" size=6> <input type="text" name="value:int" value="<!--#var cache_age-->" size=6><br>
<input type="submit" value="Minimize"> <input type="submit" value="Minimize">
</form></td></tr> </form></td></tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment