Skip to content

Commit

Permalink
Increase undo expiry date
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Nov 30, 2020
1 parent 55d85f3 commit 7d7f01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-bundle/src/Resources/contao/config/default.php
Expand Up @@ -69,7 +69,7 @@
$GLOBALS['TL_CONFIG']['gdMaxImgHeight'] = 3000;

// Timeout values
$GLOBALS['TL_CONFIG']['undoPeriod'] = 86400;
$GLOBALS['TL_CONFIG']['undoPeriod'] = 2592000;
$GLOBALS['TL_CONFIG']['versionPeriod'] = 7776000;
$GLOBALS['TL_CONFIG']['logPeriod'] = 604800;
$GLOBALS['TL_CONFIG']['sessionTimeout'] = 3600;
Expand Down

0 comments on commit 7d7f01e

Please sign in to comment.