diff options
author | Saku Ytti <saku@ytti.fi> | 2014-07-11 21:14:52 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-07-11 21:14:52 +0300 |
commit | 138f331d250c9dabeee79057fa9b6b5850732379 (patch) | |
tree | bc2606fa0cefe63e230098129404f10df66db899 /lib/oxidized/node.rb | |
parent | e3aa71fc17eba8586d2e0117b6b363942f577488 (diff) |
reset retry count on success
Diffstat (limited to 'lib/oxidized/node.rb')
-rw-r--r-- | lib/oxidized/node.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/oxidized/node.rb b/lib/oxidized/node.rb index 72c84bd..188c267 100644 --- a/lib/oxidized/node.rb +++ b/lib/oxidized/node.rb @@ -111,6 +111,7 @@ module Oxidized def reset @user = @msg = @from = nil + @retry = 0 end private |