Skip to content
Snippets Groups Projects
Commit 83250dde authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Force-update after initialization

Relates to #20
parent 739058d1
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ namespace ATxCommon ...@@ -36,7 +36,7 @@ namespace ATxCommon
_gracePeriodHuman = config.HumanGracePeriod; _gracePeriodHuman = config.HumanGracePeriod;
_graceLocation = new DirectoryInfo(config.DonePath); _graceLocation = new DirectoryInfo(config.DonePath);
_expiredDirs = new Dictionary<string, List<DirectoryDetails>>(); _expiredDirs = new Dictionary<string, List<DirectoryDetails>>();
Update(); Update(true);
} }
/// <summary> /// <summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment