Skip to content

Commit

Permalink
Set kill_old_processes to True by default (#1659)
Browse files Browse the repository at this point in the history
Set `kill_old_processes` to `True` by default
  • Loading branch information
kaste committed Sep 22, 2019
2 parents 0c8bb5f + 8050ba7 commit 0c9ae2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SublimeLinter.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

// Send a "terminate" signal to old lint processes, if their result would
// be thrown away. If false we fire-and-forget processes instead.
"kill_old_processes": false,
"kill_old_processes": true,

// Lint Mode determines when the linter is run.
// - background: asynchronously on every change
Expand Down

0 comments on commit 0c9ae2e

Please sign in to comment.