summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2008-12-19 21:48:00 +0000
committerMatthew Fredrickson <creslin@digium.com>2008-12-19 21:48:00 +0000
commitd26e15b7520563e6afe64effd5b3ce157fe89c2b (patch)
treeeb560927e44082ee34852b34ce392408f7971ca1 /include
parentdda189e53d42ea8e1cc6396eeefdb95f67eb759a (diff)
Revert MAX_NUM_BUFS back to 32
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5604 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dahdi/user.h b/include/dahdi/user.h
index 2e4615e..2a1ae4b 100644
--- a/include/dahdi/user.h
+++ b/include/dahdi/user.h
@@ -110,7 +110,7 @@
#define DAHDI_MAX_BLOCKSIZE 8192
#define DAHDI_DEFAULT_NUM_BUFS 2
-#define DAHDI_MAX_NUM_BUFS 128
+#define DAHDI_MAX_NUM_BUFS 32
#define DAHDI_MAX_BUF_SPACE 32768
#define DAHDI_DEFAULT_BLOCKSIZE 1024