From 034041e6d3ad8da90edeccf247eacc5fb7ac33e4 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Tue, 30 Dec 2014 18:20:20 -0500 Subject: [PATCH] Adjust times so that the second pass doesn't take so long (we may need to tweak these further). --- unpacked/extensions/CHTML-preview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpacked/extensions/CHTML-preview.js b/unpacked/extensions/CHTML-preview.js index 9d373cbb7..dea98c177 100644 --- a/unpacked/extensions/CHTML-preview.js +++ b/unpacked/extensions/CHTML-preview.js @@ -40,7 +40,7 @@ config: HUB.CombineConfig("CHTML-preview",{ Chunks: {EqnChunk: 10000, EqnChunkFactor: 1, EqnChunkDelay: 0}, color: "inherit!important", - updateTime: 10, updateDelay: 10, + updateTime: 30, updateDelay: 6, messageStyle: "none", disabled: false }),