Skip to content

Commit

Permalink
#1424 maximize queue throughput
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@15187 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 28, 2017
1 parent a26caf6 commit 251eefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5/js/Protocol.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function XpraProtocol() {
this.header = [];

//Queue processing via intervals
this.process_interval = 4; //milliseconds
this.process_interval = 0; //milliseconds
this.rQ_interval_id = null;
this.sQ_interval_id = null;
this.mQ_interval_id = null;
Expand Down

0 comments on commit 251eefe

Please sign in to comment.