increase number of buffers

This commit is contained in:
Wim Taymans 2018-06-26 16:54:18 +02:00
parent 414378283c
commit a13b5cfdc3
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
#include "link.h"
#include "work-queue.h"
#define MAX_BUFFERS 16
#define MAX_BUFFERS 32
/** \cond */
struct impl {