mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Increase default file size for large-file warning
This commit is contained in:
@@ -170,7 +170,7 @@ const configSchema = {
|
||||
warnOnLargeFileLimit: {
|
||||
description: 'Warn before opening files larger than this number of megabytes.',
|
||||
type: 'number',
|
||||
default: 20
|
||||
default: 40
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user