Skip to content

Commit

Permalink
fix(config): Reduce NLU threshold for message length
Browse files Browse the repository at this point in the history
  • Loading branch information
timkinnane committed Sep 23, 2018
1 parent ec8104c commit 6a87737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.ts
Expand Up @@ -78,7 +78,7 @@ const initOptions: { [key: string]: yargs.Options } = {
'nlu-min-length': {
type: 'number',
describe: 'Minimum string length for NLU parsing to apply on message',
default: 15
default: 10
},
'request-timeout': {
type: 'number',
Expand Down

0 comments on commit 6a87737

Please sign in to comment.