summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-19 20:16:50 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-19 20:16:50 +0200
commitd5cbfd4ddf3fec5edb76a93d41a16a7c8397a485 (patch)
tree83c233b56dceb5e164d428d72d1104e4de668f58 /config.h
parent0b06672e144335ae5a3d7c4a19f35c2cfc142722 (diff)
downloadpgfuse-d5cbfd4ddf3fec5edb76a93d41a16a7c8397a485.tar.gz
pgfuse-d5cbfd4ddf3fec5edb76a93d41a16a7c8397a485.tar.bz2
-
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
index c0bbf07..6c41bf8 100644
--- a/config.h
+++ b/config.h
@@ -31,6 +31,12 @@
#define MAX_FILENAME_LENGTH 4096
/* maximum number of open database connections */
+
#define MAX_DB_CONNECTIONS 8
+/* maximal number of open files, may vary as there may be hashtable
+ * collitions. Must be a prime */
+
+#define MAX_NOF_OPEN_FILES 257
+
#endif