summaryrefslogtreecommitdiff
path: root/include/config.hrl
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-05-28 15:52:42 -0400
committerBrad Anderson <brad@cloudant.com>2010-05-28 15:52:42 -0400
commit4c6b7c7c12ba03e5b50d7379ab14cb0ba0037965 (patch)
treee352a307daa3daf988258ee7fabb614d904962d6 /include/config.hrl
parent819db8cbda15dc8f78831a8705b3a2ad468343ef (diff)
remove dynomite cruft
Diffstat (limited to 'include/config.hrl')
-rw-r--r--include/config.hrl24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/config.hrl b/include/config.hrl
deleted file mode 100644
index 20983d26..00000000
--- a/include/config.hrl
+++ /dev/null
@@ -1,24 +0,0 @@
-
--ifndef(CONFIG_HRL).
--define(CONFIG_HRL, true).
-%we don't want to turn protocol buffers on by default, since the library is not included
-%it should be very easy for new users to start up an instance
--record(config, {n=3,
- r=1,
- w=1,
- q=6,
- directory,
- web_port,
- text_port=11222,
- storage_mod=dets_storage,
- blocksize=4096,
- thrift_port=9200,
- pb_port=undefined,
- buffered_writes=undefined,
- cache=undefined,
- cache_size=1048576,
- hash_module=partitions,
- meta=[]
- }).
-
--endif.