Software Update:Checking For Updates: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 178: Line 178:
     <table border="1" cellspacing="0" cellpadding="3">
     <table border="1" cellspacing="0" cellpadding="3">
       <tr><td>'''86400000'''</td><td>milliseconds between update checks</td></tr>
       <tr><td>'''86400000'''</td><td>milliseconds between update checks</td></tr>
    </table>
  </blockquote>
* <tt>app.update.lastUpdateDate</tt>
  <blockquote>
    <table border="1" cellspacing="0" cellpadding="3">
      <tr><td>'''1114648397'''</td><td>seconds since epoch of last update time</td></tr>
     </table>
     </table>
   </blockquote>
   </blockquote>
Line 183: Line 189:
   <blockquote>
   <blockquote>
     <table border="1" cellspacing="0" cellpadding="3">
     <table border="1" cellspacing="0" cellpadding="3">
       <tr><td>'''3600000'''</td><td>milliseconds between checks for update interval expiry</td></tr>
       <tr><td>'''3600000'''</td>
          <td>milliseconds between checks for update interval expiry, where expiry
              is defined by time since epoch (seconds) is greater than
              <tt>app.update.lastUpdateDate</tt> + <tt>app.update.interval</tt></td></tr>
     </table>
     </table>
   </blockquote>
   </blockquote>
525

edits