necouchman commented on code in PR #918:
URL: https://github.com/apache/guacamole-client/pull/918#discussion_r1382005047
##########
guacamole/src/main/frontend/src/app/history/services/guacHistory.js:
##########
@@ -38,7 +39,7 @@ angular.module('history').factory('guacHistory', ['$injector',
* The number of entries to allow before removing old entries based on the
* cutoff.
*/
- var IDEAL_LENGTH = 6;
+ var IDEAL_LENGTH = preferenceService.preferences.numberOfRecentConnections
|| 6;
Review Comment:
Okay, I've just removed this completely and am relying on the preference
service.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]