Making GitHub cache only be 12 hours for content.

This commit is contained in:
LarsBrubaker 2021-04-25 08:41:01 -07:00
parent 3e9fdb90e6
commit 31426c48ac
9 changed files with 42 additions and 97 deletions

View file

@ -61,7 +61,7 @@ namespace MatterHackers.MatterControl.Library
public List<ILibraryItem> Items { get; }
public string StatusMessage { get; set; }
public string ContainerHeaderMarkdown { get; set; }
public ICustomSearch CustomSearch { get; } = null;