Skip to content

Commit

Permalink
change log default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
latsic committed Mar 25, 2019
1 parent c51feaf commit a6201a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ export class Settings {
},
{ id: paramTypes.logExternEnabled.id,
type: valueTypes.bool,
defaultValue: 1,
value: 1
defaultValue: 0,
value: 0
},

{ id: paramTypes.sift_featuresN.id,
Expand Down

0 comments on commit a6201a4

Please sign in to comment.