reduce default buffer size to 2 megs

merge-requests/1/head
m. allan noah 2009-06-29 21:56:09 -04:00
rodzic 079080a8b0
commit f91492b7c1
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -227,6 +227,8 @@
- cleanup canceling debug messages
- remove old cancel() prototype
- small sleep before clearing usb halt condition
v31 2009-06-29, MAN
- reduce default buffer size to 2 megs
SANE FLOW DIAGRAM
@ -335,7 +337,7 @@ static const char string_Back[] = "Back";
/* Also set via config file. */
static int global_buffer_size;
static int global_buffer_size_default = 4 * 1024 * 1024;
static int global_buffer_size_default = 2 * 1024 * 1024;
static int global_padded_read;
static int global_padded_read_default = 0;
static char global_vendor_name[9];