Dealing with ecchanges file #1175
-
I'm using the BriefcaseManager.processChangeSets function to update a briefcase to later changesets and then extracting the change summaries. In the picture attached, the briefcase size is 3GB. The ECCHANGES file after having processed many of the changesets is ~14GB. Is there any official way to deal with this file growth or should I just delete the file using the"fs" module after updating and processing each changeset to prevent the accumulation? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
ramanujam-raman-zz
Apr 23, 2021
Replies: 1 comment
-
Please delete it using the node API for now. We will add a better way to do this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
calebmshafer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please delete it using the node API for now. We will add a better way to do this.