Make slope calculation part of baseExpiry

I realized that archived classes would have unusually low expiry times without the multiplier in plce
Also changed the IsViewOnlyTerm func name, new term "Archive" for this
This commit is contained in:
2024-02-01 15:21:26 -06:00
parent b9ff35b711
commit 5140aa708b
2 changed files with 7 additions and 7 deletions

View File

@@ -370,7 +370,7 @@ func EncodeParams(params map[string]*[]string) string {
}
// TODO: Add a function to check if a term is view-only
func IsViewOnlyTerm(term string) bool {
func IsTermArchived(term string) bool {
return false
}