Increase default undo levels to 50
Typical computers have far more RAM than they did in 2005, and the memory required for each undo state is far lower than when the default was first set to 8. Originally committed to SVN as r6640.
This commit is contained in:
parent
e6697b1923
commit
4f32fe2db4
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@
|
||||||
"Limits" : {
|
"Limits" : {
|
||||||
"Find Replace" : 16,
|
"Find Replace" : 16,
|
||||||
"MRU" : 16,
|
"MRU" : 16,
|
||||||
"Undo Levels" : 8
|
"Undo Levels" : 50
|
||||||
},
|
},
|
||||||
|
|
||||||
"Path" : {
|
"Path" : {
|
||||||
|
|
Loading…
Reference in a new issue