From b87e1086330cdd21d4fa3242e50ea7d2dac4bfa0 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 13 Dec 2017 14:16:09 -0800 Subject: [PATCH] Updates the change log. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6fe1af2..f91144205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ BUG FIXES: * server: Fixed an issue with KV store tombstone tracking where bin tracking was being confused by monotonic time information carried in time stamps, resulting in many unnecessary bins. [[GH-3670](https://github.com/hashicorp/consul/issues/3670)] * server: (Consul Enterprise) Fixed an issue with Network Segments where servers would not properly flood-join each other into all segments. * server: Fixed an issue where it wasn't possible to disable Autopilot's dead server cleanup behavior using configuration files. [[GH-3730](https://github.com/hashicorp/consul/issues/3730)] +* server: Removed the 60 second timeout when restoring snapshots, which could cause large restores to fail on slower servers. [[GH-3326](https://github.com/hashicorp/consul/issues/3326)] ## 1.0.1 (November 20, 2017)