[evolution/wip/mcrha/webkit-jsc-api] e-undo-redo.js: Bump undo stack size to 10K steps



commit a22b3bdeda53d79bad6cbd872247faf72e2682e1
Author: Milan Crha <mcrha redhat com>
Date:   Tue Apr 21 10:00:26 2020 +0200

    e-undo-redo.js: Bump undo stack size to 10K steps

 data/webkit/e-undo-redo.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/webkit/e-undo-redo.js b/data/webkit/e-undo-redo.js
index 396ae63f5b..f0af6c15f7 100644
--- a/data/webkit/e-undo-redo.js
+++ b/data/webkit/e-undo-redo.js
@@ -68,7 +68,7 @@ var EvoUndoRedo = {
                        }
                },
 
-               MAX_DEPTH : 1024, /* it's one item less, due to the 'bottom' being always ignored */
+               MAX_DEPTH : 10000 + 1, /* it's one item less, due to the 'bottom' being always ignored */
 
                array : [],
                bottom : 0,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]