Changeset 795 for trunk


Ignore:
Timestamp:
Jun 9, 2023 12:10:25 AM (11 months ago)
Author:
anonymous
Message:

Update cache durations

Location:
trunk/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/CSS.inc.php

    r724 r795  
    4040        'cache_enable' => false,
    4141        'cache_css' => null, // Same as above; kept for backwards compatibility.
    42         'cache_seconds' => 86400,
     42        'cache_seconds' => 7776000, // 90 days.
    4343        'strip_whitespace' => false,
    4444        'output_compression' => false,
  • trunk/lib/JS.inc.php

    r724 r795  
    4040        'cache_enable' => false,
    4141        'cache_js' => null, // Same as above; kept for backwards compatibility.
    42         'cache_seconds' => 86400,
     42        'cache_seconds' => 7776000, // 90 days.
    4343        'strip_whitespace' => false,
    4444        'output_compression' => false,
Note: See TracChangeset for help on using the changeset viewer.