From c879f094008c9b4729864bd227a88f6bb410ee95 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Tue, 21 Aug 2007 18:59:42 +0000 Subject: [PATCH] Increased flush timeout constant git-svn-id: http://macvim.googlecode.com/svn/trunk@169 96c4425d-ca35-0410-94e5-3396d5c13a8f --- MMBackend.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MMBackend.m b/MMBackend.m index 056f51abe3..30f5ded0a2 100644 --- a/MMBackend.m +++ b/MMBackend.m @@ -13,7 +13,9 @@ -static float MMFlushTimeoutInterval = 0.1f; +// This constant controls how often the command queue may be flushed. (The +// unit is seconds.) +static float MMFlushTimeoutInterval = 0.5f; // TODO: Move to separate file.