Added unlimited apps with cursor and cache

This commit is contained in:
frikky
2021-01-20 17:11:05 +01:00
parent 42bfa92c81
commit 855f39bcc3
2 changed files with 96 additions and 13 deletions
+3
View File
@@ -6669,6 +6669,9 @@ func handleAppHotload(location string, forceUpdate bool) error {
return err
}
cacheKey := fmt.Sprintf("workflowapps-sorted")
requestCache.Delete(cacheKey)
return nil
}