amazon can be slow, increase timeouts
This commit is contained in:
Родитель
1d4b5e6008
Коммит
ba26e593ae
|
@ -1,3 +1,6 @@
|
|||
0.2.12 -
|
||||
* amazon can be slow. increase some timeouts.
|
||||
|
||||
0.2.11 -
|
||||
* dns.updateRecord() doesn't fail if no previous record exists
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ child_process = require('child_process'),
|
|||
temp = require('temp'),
|
||||
fs = require('fs');
|
||||
|
||||
const MAX_TRIES = 20;
|
||||
const MAX_TRIES = 40;
|
||||
|
||||
exports.copyUpConfig = function(host, config, cb) {
|
||||
var tries = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче