We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc117e commit 6ca9e12Copy full SHA for 6ca9e12
lnt/server/config.py
@@ -118,7 +118,7 @@ def from_data(path, data):
118
blacklist = None
119
secretKey = data.get('secret_key', None)
120
121
- ignore_regressions = data.get('ignore_regressions', False)
+ ignore_regressions = data.get('ignore_regressions', True)
122
123
return Config(data.get('name', 'LNT'), data['zorgURL'],
124
dbDir, os.path.join(baseDir, tempDir),
0 commit comments