r53139 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53138‎ | r53139 | r53140 >
Date:18:14, 12 July 2009
Author:mark
Status:deferred
Tags:
Comment:
Make timeout and interval configurable parameters in proxyfetch
Modified paths:
  • /trunk/pybal/pybal/monitors/proxyfetch.py (modified) (history)

Diff [purge]

Index: trunk/pybal/pybal/monitors/proxyfetch.py
@@ -34,8 +34,8 @@
3535 # Call ancestor constructor
3636 super(ProxyFetchMonitoringProtocol, self).__init__(coordinator, server, configuration)
3737
38 - self.intvCheck = self.INTV_CHECK
39 - self.toGET = self.TIMEOUT_GET
 38+ self.intvCheck = self._getConfigInt('interval', self.INTV_CHECK)
 39+ self.toGET = self._getConfigInt('timeout', self.TIMEOUT_GET)
4040
4141 self.checkCall = None
4242

Follow-up revisions

RevisionCommit summaryAuthorDate
r66189pybal (0.1+r53139-2) lucid; urgency=low...mark12:19, 11 May 2010

Status & tagging log