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

Allow unlimited websockets on Edge - also fix leaking websockets on monitoring page #2315

Merged
merged 1 commit into from
Oct 19, 2017

Conversation

jwforres
Copy link
Member

No description provided.

@openshift-ci-robot openshift-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 19, 2017
@jwforres jwforres changed the title ALlow unlimited websockets on Edge - also fix leaking websockets on monitoring page Allow unlimited websockets on Edge - also fix leaking websockets on monitoring page Oct 19, 2017
@jwforres jwforres added the kind/bug Categorizes issue or PR as related to a bug. label Oct 19, 2017
Copy link
Member

@spadgett spadgett left a comment

Choose a reason for hiding this comment

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

LGTM, just one question

@@ -29,7 +29,8 @@ angular.module('openshiftConsole')
$scope.renderOptions.showEventsSidebar = true;
$scope.renderOptions.collapseEventsSidebar = localStorage.getItem('monitoring.eventsidebar.collapsed') === 'true';


var limitWatches = $filter('isIE')();
Copy link
Member

Choose a reason for hiding this comment

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

Wonder if we shouldn't set LIMIT_WATCHES as a constant once in app.js. Then if we ever need to change it again, we're always consistent.

@spadgett
Copy link
Member

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 19, 2017
@jwforres
Copy link
Member Author

@openshift-merge-robot
Copy link
Contributor

Automatic merge from submit-queue.

@openshift-merge-robot openshift-merge-robot merged commit 8244a38 into openshift:master Oct 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants