| Index: appengine/findit/model/wf_config.py
|
| diff --git a/appengine/findit/model/wf_config.py b/appengine/findit/model/wf_config.py
|
| index b7ff92ed7d47cf051868440b48ee38d4d1d033a0..e27cb0548b5517800869448b457c1fa9fa8fd959 100644
|
| --- a/appengine/findit/model/wf_config.py
|
| +++ b/appengine/findit/model/wf_config.py
|
| @@ -79,4 +79,10 @@ class FinditConfig(VersionedConfig):
|
| # 'use_chrome_build_extract': True
|
| # }
|
| download_build_data_settings = ndb.JsonProperty(indexed=False, default={})
|
| -
|
| +
|
| + # A dict containing action settings for identified culprits or suspects.
|
| + # {
|
| + # 'cr_notification_build_threshold': 2,
|
| + # 'cr_notification_latency_limit_minutes': 30,
|
| + # }
|
| + action_settings = ndb.JsonProperty(indexed=False, default={})
|
|
|