backend-manager 2.5.1 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/cli/cli.js +2 -2
package/package.json
CHANGED
package/src/cli/cli.js
CHANGED
|
@@ -569,7 +569,7 @@ Main.prototype.setup = async function () {
|
|
|
569
569
|
|
|
570
570
|
const statsFetchResult = await fetch(self.bemApiURL, {
|
|
571
571
|
method: 'post',
|
|
572
|
-
timeout:
|
|
572
|
+
timeout: 30000,
|
|
573
573
|
response: 'json',
|
|
574
574
|
body: {
|
|
575
575
|
command: 'admin:get-stats',
|
|
@@ -909,7 +909,7 @@ function fix_setStoragePolicy(self) {
|
|
|
909
909
|
return new Promise(function(resolve, reject) {
|
|
910
910
|
fetch(self.bemApiURL, {
|
|
911
911
|
method: 'post',
|
|
912
|
-
timeout:
|
|
912
|
+
timeout: 30000,
|
|
913
913
|
response: 'json',
|
|
914
914
|
body: {
|
|
915
915
|
command: 'admin:backup',
|