diff options
-rw-r--r-- | src/nvim/os/job.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/job.c b/src/nvim/os/job.c index 1f73eeaf8d..01a529d533 100644 --- a/src/nvim/os/job.c +++ b/src/nvim/os/job.c @@ -21,7 +21,7 @@ #define EXIT_TIMEOUT 25 #define MAX_RUNNING_JOBS 100 -#define JOB_BUFFER_SIZE 1024 +#define JOB_BUFFER_SIZE 0xFFFF struct job { // Job id the index in the job table plus one. |