diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-20 14:05:30 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-20 14:05:30 +0000 |
commit | 62850ade3f55c6150b75adf9f0e613c9deb45989 (patch) | |
tree | 35367de9b998312f562f937b9a763d7d463b9ac0 /lib/custodian.rb | |
parent | b5492e76ff7d8ab44d488d9bdb85278da0bcd440 (diff) |
New release.
Diffstat (limited to 'lib/custodian.rb')
-rw-r--r-- | lib/custodian.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian.rb b/lib/custodian.rb index fec928b..e5a139c 100644 --- a/lib/custodian.rb +++ b/lib/custodian.rb @@ -67,7 +67,7 @@ class Custodian if ( ENV['REPEAT'] ) @retry_count=ENV['REPEAT'].to_i else - @retry_count=3 + @retry_count=5 end end |