wait longer for unprompted learning as to run faster
This commit is contained in:
parent
9f1e5328c8
commit
c50d8cd0ba
3 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
*.json
|
||||
*.db
|
||||
*.pyc
|
||||
*.db-journal
|
||||
|
||||
|
|
Binary file not shown.
|
@ -95,7 +95,7 @@ async def init(self):
|
|||
self.qtime = {}
|
||||
|
||||
self.learntime = 0
|
||||
self.learndelay = 2
|
||||
self.learndelay = 4
|
||||
self.enmul = 25
|
||||
self.raw['nlp'] = filter
|
||||
|
||||
|
|
Loading…
Reference in a new issue