mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
(work-log) Fix bug where items weren't added to the current batch on logItem
This commit is contained in:
parent
4799dd769e
commit
87a8593291
@ -75,6 +75,7 @@ public class BatchingWorkLogImpl implements BatchingWorkLog {
|
||||
@Override
|
||||
public void logItem(String id) throws IOException {
|
||||
writeLogEntry(new AddItem(id));
|
||||
addItemToCurrentBatch(id);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user