1
1
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:
Tae Won Ha 2016-11-21 20:36:57 +01:00
parent 7d0cdd4ab8
commit 5abe9e95a9
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 2 additions and 2 deletions

View File

@ -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) { \

View File

@ -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) { \