Increased default BADGE_MAX_AGE_SECONDS (#1846)

* Added note about default on website
This commit is contained in:
Pyves
2018-08-07 03:36:10 +01:00
committed by Paul Melnikow
parent 7cd0cb65d7
commit da403b7e3a
3 changed files with 11 additions and 7 deletions

View File

@@ -215,7 +215,7 @@ export default class Usage extends React.PureComponent {
<td>
<code>?maxAge=3600</code>
</td>
<td>Set the HTTP cache lifetime in secs (values below the default will be ignored)</td>
<td>Set the HTTP cache lifetime in secs (values below the default (currently 120 seconds) will be ignored)</td>
</tr>
</tbody>
</table>