Commit 1cc3754
authored
Increase undo expiry date (see contao#2528)
Description
-----------
| Q | A
| -----------------| ---
| Fixed issues | -
| Docs PR or issue | -
I really think the default undo period of 24h is not a good default (which is why I think it should be changed in 4.9 LTS too).
For me, there are two use cases our current undo system can cover:
1. The immediate "Oh, I deleted something which I shouldn't have" case: 24 hours are enough
2. The customer did something over the weekend and you get a report on Monday that something was deleted: 24 hours are likely not enough.
So 30 days by default seem totally okay to me. It makes no sense to store undo entries that date back a year or so.
Commits
-------
7d7f01e Increase undo expiry date1 parent 55d85f3 commit 1cc3754
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments