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