summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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