-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* now will try locking both
(newly|already)LockedImages
with ten se…
…conds timeout and release lcoks in the returned hooks that will be invoked after `DbContext.SaveChange()` * now will skip fetching new `ImageInReply` entities after locking `alreadyLockedImages` when it's empty * rename variable `imagesKeyByUrlFilename` to `images` * rename variable `(newly|already)Locked` to `(newly|already)LockedImages` @ `Save()` * rename field `LocksKeyByUrlFilename` to `GlobalLockedImagesInReplyKeyByUrlFilename` - primary ctor param `locks` @ ReplyContentImageSaver.cs * now will quick exit when `newlyLocked` is empty @ `UserSaver.Save()` @ c#/crawler
- Loading branch information
Showing
3 changed files
with
50 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters