From e1452fc333f081886507ea8e9d959fbd87827668 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Mon, 12 Mar 2012 16:28:27 -0400 Subject: [PATCH] Relax glitch test for flagging --- src/frontend/terminaloverlay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/terminaloverlay.h b/src/frontend/terminaloverlay.h index 371b476..87c4346 100644 --- a/src/frontend/terminaloverlay.h +++ b/src/frontend/terminaloverlay.h @@ -152,7 +152,7 @@ namespace Overlay { static const uint64_t GLITCH_REPAIR_COUNT = 10; /* non-glitches required to cure glitch trigger */ static const uint64_t GLITCH_REPAIR_MININTERVAL = 150; /* required time in between non-glitches */ - static const uint64_t GLITCH_FLAG_THRESHOLD = 500; /* prediction outstanding this long => underline */ + static const uint64_t GLITCH_FLAG_THRESHOLD = 5000; /* prediction outstanding this long => underline */ char last_byte; Parser::UTF8Parser parser;