mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-05 09:47:47 +08:00
Fix data models (#13444)
### What problem does this PR solve? Since database model is updated in python version, go server also need to update ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@ -347,8 +347,7 @@ func (p *analyzerPool) Close() {
|
||||
p.baseAnalyzer = nil
|
||||
}
|
||||
|
||||
logger.Info("Analyzer pool closed",
|
||||
zap.Int32("final_size", atomic.LoadInt32(&p.currentSize)))
|
||||
logger.Info(fmt.Sprintf("Analyzer pool closed, final_size: %d", atomic.LoadInt32(&p.currentSize)))
|
||||
}
|
||||
|
||||
// GetPoolStats returns current pool statistics
|
||||
|
||||
Reference in New Issue
Block a user