hivesolutions / colony-plugins

The base colony plugins
http://getcolony.com
4 stars 2 forks source link

Limit the number of lines in console jQuery plugin #1

Closed joamag closed 1 year ago

joamag commented 11 years ago

Problem

Console gets slow when too many lines are printed in the screen. The problem may be a result of the number of lines displayed in the screen or the number of autocomplete options present.

The submission of the various command lines should also be properly pipelined (only when the response has been received the next command should be sent).

Solution

Limit the number of lines displayed in the console at a given time, and the number of autocomplete alternatives.

joamag commented 1 year ago

I'm closing this ticket as the scope is not well defined.