mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 03:25:03 +03:00
Change timeout to 10 again
- Since changed to 2, I often get no responses... I thought CFTimeInterval was in secs?
This commit is contained in:
parent
7d0cdd4ab8
commit
5abe9e95a9
@ -15,7 +15,7 @@
|
||||
//#define DEBUG_NEOVIM_SERVER_STANDALONE
|
||||
|
||||
|
||||
static const double qTimeout = 2;
|
||||
static const double qTimeout = 10;
|
||||
|
||||
#define data_to_array(type) \
|
||||
static type *data_to_ ## type ## _array(NSData *data, NSUInteger count) { \
|
||||
|
@ -11,7 +11,7 @@
|
||||
#import "NeoVimWindow.h"
|
||||
|
||||
|
||||
static const double qTimeout = 2;
|
||||
static const double qTimeout = 10;
|
||||
|
||||
#define data_to_array(type) \
|
||||
static type *data_to_ ## type ## _array(NSData *data, NSUInteger count) { \
|
||||
|
Loading…
Reference in New Issue
Block a user