Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixed high cpu usage by parallel svn processes (close #463) #531

Merged
merged 1 commit into from
Mar 26, 2019

Conversation

edgardmessias
Copy link
Contributor

The solution: sequentialize executation by name

@codecov
Copy link

codecov bot commented Mar 26, 2019

Codecov Report

Merging #531 into master will increase coverage by 0.11%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #531      +/-   ##
==========================================
+ Coverage   57.86%   57.98%   +0.11%     
==========================================
  Files         102      102              
  Lines        4044     4053       +9     
  Branches      579      580       +1     
==========================================
+ Hits         2340     2350      +10     
  Misses       1491     1491              
+ Partials      213      212       -1
Impacted Files Coverage Δ
src/decorators.ts 91.93% <100%> (+1.36%) ⬆️
src/repository.ts 60.87% <100%> (+0.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 23f0a06...118f2de. Read the comment docs.

Copy link
Owner

@JohnstonCode JohnstonCode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice solution

@JohnstonCode JohnstonCode merged commit e70872c into JohnstonCode:master Mar 26, 2019
JohnstonCode added a commit that referenced this pull request Mar 26, 2019
## [1.47.7](v1.47.6...v1.47.7) (2019-03-26)

### Bug Fixes

* Fixed high cpu usage by parallel svn processes (close [#463](#463)) ([#531](#531)) ([e70872c](e70872c))
@JohnstonCode
Copy link
Owner

🎉 This PR is included in version 1.47.7 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@edgardmessias edgardmessias deleted the fix_463_cpu_usage branch March 27, 2019 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants