summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-10-22 22:17:06 +0000
committerJeremy Allison <jra@samba.org>2002-10-22 22:17:06 +0000
commit9b323a3c0deb73cea3c39e5b7323bdf17e199c5c (patch)
treedd3e4eb54dda18ebf76e84134955f606de2f1482 /source3/include
parentc166b812a9d1733a8aec896884c37c6bdc73f070 (diff)
downloadsamba-9b323a3c0deb73cea3c39e5b7323bdf17e199c5c.tar.gz
samba-9b323a3c0deb73cea3c39e5b7323bdf17e199c5c.tar.bz2
samba-9b323a3c0deb73cea3c39e5b7323bdf17e199c5c.zip
Fix for systems that allow more than 65536 open files per process.
Jeremy. (This used to be commit ff537f10a0c0b6b1d9055eb776d1e8a9864e8363)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 2be9c1e101..20fa5ff52a 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -213,4 +213,7 @@
/* Max number of jobs per print queue. */
#define PRINT_MAX_JOBID 10000
+/* Max number of open RPC pipes. */
+#define MAX_OPEN_PIPES 2048
+
#endif