mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Increased flush timeout constant
git-svn-id: http://macvim.googlecode.com/svn/trunk@169 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
+3
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user