summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holley <willholley@apache.org>2019-12-10 15:14:09 +0000
committerGitHub <noreply@github.com>2019-12-10 15:14:09 +0000
commit897085c6181e1e54e12bbf7fba34921250cd2691 (patch)
treec3588ad700b3aa4e884b0b0864673c331aeb679e
parent27d4458e466579747e1de57fde25ffb4d26d0731 (diff)
parent63c9da6b617ae8b68ba2e5530ee11019dccc2d56 (diff)
downloadcouchdb-897085c6181e1e54e12bbf7fba34921250cd2691.tar.gz
Merge pull request #2351 from apache/2530-all-dbs-timeout
Fix timeout case clause in fabric_db_info
-rw-r--r--src/fabric/src/fabric_db_info.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fabric/src/fabric_db_info.erl b/src/fabric/src/fabric_db_info.erl
index ed14e3e20..40da678e5 100644
--- a/src/fabric/src/fabric_db_info.erl
+++ b/src/fabric/src/fabric_db_info.erl
@@ -30,7 +30,7 @@ go(DbName) ->
{ok, Acc} ->
{ok, Acc};
- {timeout, {WorkersDict, _}} ->
+ {timeout, {WorkersDict, _, _}} ->
DefunctWorkers = fabric_util:remove_done_workers(
WorkersDict,
nil