renamed noteCache into becca

This commit is contained in:
zadam
2021-04-16 23:00:08 +02:00
parent af5b1021c7
commit f7e86c5be0
36 changed files with 199 additions and 199 deletions

View File

@@ -247,7 +247,7 @@ function transactional(func) {
const entityChanges = cls.getAndClearEntityChanges();
if (entityChanges.length > 0) {
log.info("Transaction rollback dirtied the note cache, forcing reload.");
log.info("Transaction rollback dirtied the becca, forcing reload.");
require('./note_cache/note_cache_loader').load();
}