| Index: scripts/master/failures_notifier.py
|
| diff --git a/scripts/master/failures_notifier.py b/scripts/master/failures_notifier.py
|
| index ae4a561d9a972cad155ae0ea452d7faad0f2099f..49445e2c67ef66066883ca68a611714bd7709eb3 100644
|
| --- a/scripts/master/failures_notifier.py
|
| +++ b/scripts/master/failures_notifier.py
|
| @@ -36,7 +36,7 @@
|
|
|
| # TODO(timurrrr): Make recent_failures an optional argument.
|
| # We might want to use one history object for a few
|
| - # FailuresNotifiers (e.g. "ordinary" bots + some other set of bots)
|
| + # FailuresNotifiers (e.g. "ordinary" bots + Webkit bots on Memory FYI)
|
| self.recent_failures = failures_history.FailuresHistory(
|
| expiration_time=12*3600, size_limit=1000)
|
|
|
|
|