Increase default file size for large-file warning

This commit is contained in:
Max Brunsfeld
2016-12-16 09:21:38 -08:00
parent 72cd3f9b96
commit 4a12354e9a

View File

@@ -170,7 +170,7 @@ const configSchema = {
warnOnLargeFileLimit: {
description: 'Warn before opening files larger than this number of megabytes.',
type: 'number',
default: 20
default: 40
}
}
},