Stop stats api cache from halting #18
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
High priority
invalid
Low priority
Medium Priority
question
size/L
size/M
size/S
size/XL
size/XS
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: tgpholly/EUS#18
Loading…
Reference in a new issue
No description provided.
Delete branch "cache-fix1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #17
When stats API caching started it was halting the whole server, this isn't so much of an issue if it's only run once on startup but this is ran for every single file upload which clearly will cause some problems.
This PR fixes that and adds a log in the console stating that it finished caching.
these changes appear logical and the externally shown testing demonstrated that they are functional.