summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-19 20:35:26 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-19 20:35:26 +0200
commita9b7e2562f0fbd8ea9c00d251d9438b15d2fb748 (patch)
tree9ada95120907c70ee400c2bdd65e2b91071f5457 /config.h
parentd5cbfd4ddf3fec5edb76a93d41a16a7c8397a485 (diff)
downloadpgfuse-a9b7e2562f0fbd8ea9c00d251d9438b15d2fb748.tar.gz
pgfuse-a9b7e2562f0fbd8ea9c00d251d9438b15d2fb748.tar.bz2
removed funny locking ideas and ref_counter in database, this is
not the solution!
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.h b/config.h
index 6c41bf8..60f8a39 100644
--- a/config.h
+++ b/config.h
@@ -34,9 +34,4 @@
#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