summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-19 15:17:58 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-19 15:17:58 +0200
commit018784958ae6a4e77b23a5ddfe7959123afcadff (patch)
treed953a914269041cd210513f9cd7922e70f2e950c /config.h
parenta5923caf474983e14477498117fabb041805fd04 (diff)
downloadpgfuse-018784958ae6a4e77b23a5ddfe7959123afcadff.tar.gz
pgfuse-018784958ae6a4e77b23a5ddfe7959123afcadff.tar.bz2
added a first multi-threaded version with a databse pool
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index acef875..c0bbf07 100644
--- a/config.h
+++ b/config.h
@@ -30,4 +30,7 @@
#define MAX_FILENAME_LENGTH 4096
+/* maximum number of open database connections */
+#define MAX_DB_CONNECTIONS 8
+
#endif