9e4bbe4e5e
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
7 lines
226 B
YAML
7 lines
226 B
YAML
---
|
|
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".
|