mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Merge pull request #468 from cweider/minify-simplify
Minify Simplification
This commit is contained in:
commit
611cfbd6fa
9 changed files with 411 additions and 263 deletions
|
@ -56,6 +56,11 @@ exports.requireSession = false;
|
|||
*/
|
||||
exports.editOnly = false;
|
||||
|
||||
/**
|
||||
* Max age that responses will have (affects caching layer).
|
||||
*/
|
||||
exports.maxAge = 1000*60*60*6; // 6 hours
|
||||
|
||||
/**
|
||||
* A flag that shows if minification is enabled or not
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue