dragouf / Stash-Reviewers-Chrome-Extension

This chrome/firefox extension allow to define groups of reviewers in Atlassian Stash/Bitbucket to bulk add them when creating or updating pull request + other features
MIT License
88 stars 34 forks source link

Plugin creates multiple persistent tcp connections to stash server. #28

Open maaltan opened 8 years ago

maaltan commented 8 years ago

The plugin is creating 6 persistent tcp connections to the stash/bitbucket server. These connections are created even if all the plugin features are disabled (ie, only using the reviewer groups)

Several people in our organization are using this plugin and is causing noticeable stress on the server. Is there anyway to disable this behavior? The only thing i see that would really need a persistent connection is the desktop notification, which is disabed.

dragouf commented 8 years ago

I will check that. For that purpose, I created a background job to centralized requests and to avoid to get 1 request/tab, for this reason it's surprising. I will also check why TCP connection are not disabled if you disable notifications. Sorry for the late reply but I changed my work and I'm very busy. Maybe I'll see that in some weeks.