summaryrefslogtreecommitdiffstats
path: root/src/c_mpdview.h
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-07-03 03:53:54 +0200
committerJoe <bousset.rudy@gmail.com>2022-07-03 03:53:54 +0200
commit0b6b0c1ca1095e77fcceccd451ac1f684ed46003 (patch)
tree0c454ce588a0d0da8b2c1853adc0c9a7fda869af /src/c_mpdview.h
parentWIP (diff)
downloadmpdview-0b6b0c1ca1095e77fcceccd451ac1f684ed46003.tar.gz
mpdview-0b6b0c1ca1095e77fcceccd451ac1f684ed46003.tar.bz2
mpdview-0b6b0c1ca1095e77fcceccd451ac1f684ed46003.tar.xz
mpdview-0b6b0c1ca1095e77fcceccd451ac1f684ed46003.tar.zst
mpdview-0b6b0c1ca1095e77fcceccd451ac1f684ed46003.zip
WIP
Diffstat (limited to 'src/c_mpdview.h')
-rw-r--r--src/c_mpdview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_mpdview.h b/src/c_mpdview.h
index 21f96b1..4848997 100644
--- a/src/c_mpdview.h
+++ b/src/c_mpdview.h
@@ -46,7 +46,7 @@
#ifndef __C_MPDVIEW_H__
#define __C_MPDVIEW_H__
-#define BUFF_SIZE 8192
+#define BUFF_SIZE 262144
#define PROGNAME "mpdview"
typedef char bool_t;