31 private static readonly
bool ShowMissingDataLogs =
Config.
GetBool(
"show-missing-data-logs",
false);
69 throw new NotImplementedException(
"SubscriptionFactory.ForSource(" + source +
") has not been implemented yet.");
77 reader.
InvalidSource += (sender, args) =>
Log.
Error($
"SubscriptionDataSourceReader.InvalidSource(): File not found: {args.Source.Source}");
92 var frontierToDelete = DateTime.Now.AddHours(-24);
94 foreach (var file
in Directory.EnumerateFiles(
Globals.
Cache))
96 if (File.GetCreationTime(file) < frontierToDelete) File.Delete(file);