diff options
author | Brad Anderson <brad@cloudant.com> | 2010-03-30 18:56:25 -0400 |
---|---|---|
committer | Brad Anderson <brad@cloudant.com> | 2010-05-09 22:56:23 -0400 |
commit | 70502d9c2ac609a90a427200fccfec747e0b63bd (patch) | |
tree | d3cfb296cd830b22122d7612c9858bb4611571d2 /include | |
parent | e94e87f219ee898172f060081bca47d62f1908a1 (diff) |
change ets to cache in mem3
Diffstat (limited to 'include')
-rw-r--r-- | include/common.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.hrl b/include/common.hrl index b5d4d7ec..69a9e749 100644 --- a/include/common.hrl +++ b/include/common.hrl @@ -45,6 +45,6 @@ node, nodes, clock, - ets, + cache, args }). |