jmuehlner commented on code in PR #894:
URL: https://github.com/apache/guacamole-client/pull/894#discussion_r1254796972
##########
guacamole-common-js/src/main/webapp/modules/SessionRecording.js:
##########
@@ -104,6 +104,16 @@ Guacamole.SessionRecording = function
SessionRecording(source, refreshInterval)
*/
var KEYFRAME_TIME_INTERVAL = 5000;
+ /**
+ * The minimum number of milliseconds which must elapse between key events
+ * before text can be split across multiple frames.
+ *
+ * @private
+ * @constant
+ * @type {Number}
+ */
+ var TYPED_TEXT_INTERVAL = 5000;
+
Review Comment:
Yeah, it was vestigal. Now gone.
--
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]