mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
@@ -48,7 +48,7 @@ public class DictWordService {
|
||||
return;
|
||||
}
|
||||
setPreDictWords(dictWords);
|
||||
knowledgeBaseService.reloadAllData(getAllDictWords());
|
||||
knowledgeBaseService.reloadAllData(dictWords);
|
||||
long duration = System.currentTimeMillis() - startTime;
|
||||
log.info("Dictionary has been regularly reloaded in {} milliseconds", duration);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user