Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Layout-Title Change via properties and change history retention time via properties #38

Open
senolatac opened this issue May 19, 2024 · 2 comments

Comments

@senolatac
Copy link

  • Layout-title looks like: BlazingQuartz it would be nice to change it via properties.
  • History is cleared every night, it would be nice to configure it via properties.
@senolatac
Copy link
Author

@wilchn FYI

@wilchn
Copy link
Owner

wilchn commented May 29, 2024

Regarding housekeeping history, try to add "HousekeepingCronSchedule" in appsettings.json to see if works. The default value is "0 0 1 * * ?" (every day at 1AM)

  "BlazingQuartz": {
    ....
    "HousekeepingCronSchedule": ""
  },

public string? HousekeepingCronSchedule { get; set; } = "0 0 1 * * ?";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants