Increased flush timeout constant

git-svn-id: http://macvim.googlecode.com/svn/trunk@169 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
Bjorn Winckler
2007-08-21 18:59:42 +00:00
parent 52d0bf3706
commit c879f09400
+3 -1
View File
@@ -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.