Skip to content

Commit

Permalink
docs: 修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Makonike committed Jul 12, 2022
1 parent 09990ec commit 6ac3e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searcher/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (e *Engine) Init() {
e.Option = e.GetOptions()
}
if e.Timeout == 0 {
e.Timeout = 10 * 3 //默认10分钟
e.Timeout = 10 * 3 // 默认30s
}
//-1代表没有初始化
e.documentCount = -1
Expand Down

0 comments on commit 6ac3e08

Please sign in to comment.