You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the server doesn't clean up temp patch files after successful patch creation until it gets a special request from the client to do so. This isn't really the client's concern and so the api should delete any temporary patch files after successful patch creation.
Link to the front end code which fires the request after patch creation to trigger cleanup on server side below. This spa file and calls to it would be removed as part of this issue.
currently the server doesn't clean up temp patch files after successful patch creation until it gets a special request from the client to do so. This isn't really the client's concern and so the api should delete any temporary patch files after successful patch creation.
Link to the front end code which fires the request after patch creation to trigger cleanup on server side below. This spa file and calls to it would be removed as part of this issue.
https://github.com/pingdynasty/OwlServer/blob/master/web/owlspa/src/actions/cleanUpTmpPatchFiles.js
The text was updated successfully, but these errors were encountered: