Change default buffer size to 64kB
authorDavid Schleef <ds@schleef.org>
Fri, 30 Aug 2002 22:24:26 +0000 (22:24 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 30 Aug 2002 22:24:26 +0000 (22:24 +0000)
comedi/drivers.c

index d0eeea841e49b9b0dfc7bb0e9c3027192657dee3..2e1f6696eb393052a3c2f0132c97eaa232e2689b 100644 (file)
@@ -245,7 +245,7 @@ static int postconfig(comedi_device *dev)
                        s->async = async;
 
 #define DEFAULT_BUF_MAXSIZE (64*1024)
-#define DEFAULT_BUF_SIZE (16*1024)
+#define DEFAULT_BUF_SIZE (64*1024)
 
                        async->max_bufsize = DEFAULT_BUF_MAXSIZE;
                        if(!s->buf_alloc) s->buf_alloc = buf_alloc;