changeset 61746:86d97731e558

(jit-lock-stealth-time): Change default value to 16. (jit-lock-stealth-nice): Change default value to 0.5.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 23 Apr 2005 12:40:49 +0000
parents c59846363b71
children 863f6820bcfc
files lisp/jit-lock.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/jit-lock.el	Sat Apr 23 12:34:05 2005 +0000
+++ b/lisp/jit-lock.el	Sat Apr 23 12:40:49 2005 +0000
@@ -69,7 +69,7 @@
   :group 'jit-lock)
 
 
-(defcustom jit-lock-stealth-time 3
+(defcustom jit-lock-stealth-time 16
   "*Time in seconds to wait before beginning stealth fontification.
 Stealth fontification occurs if there is no input within this time.
 If nil, stealth fontification is never performed.
@@ -80,7 +80,7 @@
   :group 'jit-lock)
 
 
-(defcustom jit-lock-stealth-nice 0.125
+(defcustom jit-lock-stealth-nice 0.5
   "*Time in seconds to pause between chunks of stealth fontification.
 Each iteration of stealth fontification is separated by this amount of time,
 thus reducing the demand that stealth fontification makes on the system.