summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_config.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couchdb/couch_config.erl')
-rw-r--r--src/couchdb/couch_config.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_config.erl b/src/couchdb/couch_config.erl
index d2ffda69..be53e3a3 100644
--- a/src/couchdb/couch_config.erl
+++ b/src/couchdb/couch_config.erl
@@ -44,7 +44,7 @@ stop() ->
all() ->
- lists:sort(gen_server:call(?MODULE, all)).
+ lists:sort(gen_server:call(?MODULE, all, infinity)).
get(Section) when is_binary(Section) ->