Enable read_concurrency for config ets table

Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0a4683cd
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/0a4683cd
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/0a4683cd

Branch: refs/heads/auth-tests-wip
Commit: 0a4683cd8066d0fcaa4a6b11e6b5dcd69ae63745
Parents: 06b2ffd
Author: ILYA Khlopotov <[email protected]>
Authored: Wed May 25 06:58:06 2016 -0700
Committer: Jan Lehnardt <[email protected]>
Committed: Fri Jun 10 12:07:40 2016 +0200

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/0a4683cd/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 2f9f0ce..9638275 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -24,7 +24,7 @@ os:putenv("COUCHDB_APPS_CONFIG_DIR", 
filename:join([COUCHDB_ROOT, "rel/apps"])).
 DepDescs = [
 %% must be compiled first as it has a custom behavior
 {couch_epi,        "couch-epi",        
"5a7f2868c720bc428e6c888dc61d988b9a5f63f1"},
-{config,           "config",           
"a2d5ad2eedc960248b806f61df0a1009462bdb46"},
+{config,           "config",           
"60977f81dc06af4a3d1e89891b3061ed4cd01e95"},
 %% keep these sorted
 {b64url,           "b64url",           
"319fc604235ab1fde37047b38a432450161db750"},
 {couch_log,        "couch-log",        
"e4abbd3874356dc7a201b09676e27ff7dc8bed7c"},

Reply via email to