From 4f32fe2db4c0af4586a3d9cf6669486c63610f0e Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sat, 31 Mar 2012 17:38:16 +0000 Subject: [PATCH] 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. --- aegisub/src/libresrc/default_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/libresrc/default_config.json b/aegisub/src/libresrc/default_config.json index f6e5a0b11..464815bb4 100644 --- a/aegisub/src/libresrc/default_config.json +++ b/aegisub/src/libresrc/default_config.json @@ -264,7 +264,7 @@ "Limits" : { "Find Replace" : 16, "MRU" : 16, - "Undo Levels" : 8 + "Undo Levels" : 50 }, "Path" : {