Skip to content

Commit

Permalink
(sync) Marking critical session
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Apr 17, 2021
1 parent 31d0a45 commit 2787adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hsync/SyncronizerLowPerf.cs
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ private IEnumerable<HitomiColumnModel> getNewedHitomiColumnModels()
onExists.Add(exists[i].Id, i);
}

// TODO: This code must be called only one!
db.Execute($"DELETE FROM HitomiColumnModel WHERE Id IN ({string.Join(",", x)})");

var datas = x.Select(id =>
Expand Down

0 comments on commit 2787adb

Please sign in to comment.