amazon can be slow, increase timeouts

This commit is contained in:
Lloyd Hilaiel 2012-06-14 15:08:17 +03:00
Родитель 1d4b5e6008
Коммит ba26e593ae
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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;