From 9e4bbe4e5e6a7a45ca5aae0e51886da11254ad5c Mon Sep 17 00:00:00 2001 From: Or Idgar Date: Tue, 9 May 2017 08:46:46 +0000 Subject: Change database sync timeout from 300 to 900 in low-memory-usage environment file. During a deployment on lower spec systems, the "db sync" can take longer than five minutes. The solution is to increase the default value of DatabaseSyncTimeout from 300 to 900 by using the environment file "low-memory-usage.yaml". Change-Id: I6463dbdd4dfe1d6f2dd283211cc496fe3a628fb0 Closes-bug: #1689318 --- releasenotes/notes/change-db-sync-timeout-57abe3e48d741842.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/change-db-sync-timeout-57abe3e48d741842.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/change-db-sync-timeout-57abe3e48d741842.yaml b/releasenotes/notes/change-db-sync-timeout-57abe3e48d741842.yaml new file mode 100644 index 00000000..46f3b855 --- /dev/null +++ b/releasenotes/notes/change-db-sync-timeout-57abe3e48d741842.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + During a deployment on lower spec systems, the "db sync" can take longer + than five minutes. value of DatabaseSyncTimeout has change from 300 + to 900 at the environment file "low-memory-usage.yaml". -- cgit 1.2.3-korg