525
edits
Line 174: | Line 174: | ||
<table border="1" cellspacing="0" cellpadding="3"> | <table border="1" cellspacing="0" cellpadding="3"> | ||
<tr><td>'''0'''</td> | <tr><td>'''0'''</td> | ||
<td>automatically download | <td>automatically download updates for minor and major updates, regardless of incompatibilities that may arise with addons</td></tr> | ||
<tr><td>'''1'''</td> | <tr><td>'''1'''</td> | ||
<td>automatically download | <td>automatically download updates for minor and major releases, if no incompatibilities with addons are present, otherwise prompt</td></tr> | ||
<tr><td>'''2'''</td> | <tr><td>'''2'''</td> | ||
<td>automatically download | <td>automatically download updates for minor releases, prompt about major releases</td></tr> | ||
<tr><td>'''3'''</td> | <tr><td>'''3'''</td> | ||
<td> | <td>prompt about minor and major releases</td></tr> | ||
</table> | </table> | ||
</blockquote> | </blockquote> | ||
Line 193: | Line 186: | ||
<blockquote> | <blockquote> | ||
<table border="1" cellspacing="0" cellpadding="3"> | <table border="1" cellspacing="0" cellpadding="3"> | ||
<tr><td>''' | <tr><td>'''86400'''</td><td>seconds between update checks</td></tr> | ||
</table> | </table> | ||
</blockquote> | </blockquote> | ||
* <tt>app.update. | * <tt>app.update.timer</tt> | ||
<blockquote> | |||
<table border="1" cellspacing="0" cellpadding="3"> | |||
<tr><td>'''5000'''</td><td>milliseconds between app.update.interval expiry checks</td></tr> | |||
</table> | |||
</blockquote> | |||
* <tt>app.update.silent</tt> | |||
<blockquote> | <blockquote> | ||
<table border="1" cellspacing="0" cellpadding="3"> | <table border="1" cellspacing="0" cellpadding="3"> | ||
<tr><td>''' | <tr><td>'''true'''</td><td>all update prompting should be suppressed</td></tr> | ||
<tr><td>'''false'''</td><td>show prompts to the user when there are events they should respond to</td></tr> | |||
</table> | </table> | ||
</blockquote> | </blockquote> | ||
* <tt>app.update.timer</tt> | * <tt>app.update.lastUpdateDate.background-update-timer</tt> | ||
<blockquote> | <blockquote> | ||
<table border="1" cellspacing="0" cellpadding="3"> | <table border="1" cellspacing="0" cellpadding="3"> | ||
<tr><td>''' | <tr><td>'''1114648397'''</td><td>seconds since epoch of last update time</td></tr> | ||
</table> | </table> | ||
</blockquote> | </blockquote> |
edits