Skip to content

Commit

Permalink
feat(core): [minor] adjust default value for autoAssign & autoAuthorize
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 11, 2021
1 parent 8639942 commit 8a7503d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/koishi-core/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export class App extends Context {
prettyErrors: true,
userCacheAge: Time.minute,
channelCacheAge: 5 * Time.minute,
autoAssign: false,
autoAuthorize: 0,
autoAssign: true,
autoAuthorize: 1,
minSimilarity: 0.4,
processMessage: message => simplify(message.trim()),
delay: {
Expand Down

0 comments on commit 8a7503d

Please sign in to comment.