From: Artur Adib Date: Mon, 19 Mar 2012 16:10:21 +0000 (-0700) Subject: Merge pull request #1259 from jviereck/worker_cleanup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0c258ae7a835a1bd88cde8af6b0fb5cc23876898;p=pdf.js.git Merge pull request #1259 from jviereck/worker_cleanup Worker cleanup --- 0c258ae7a835a1bd88cde8af6b0fb5cc23876898 diff --cc src/canvas.js index caaeeab,00a47ca..7bf94a6 --- a/src/canvas.js +++ b/src/canvas.js @@@ -188,9 -188,9 +188,9 @@@ function addContextCurrentTransform(ctx } var CanvasGraphics = (function CanvasGraphicsClosure() { - // Defines the time the executeIRQueue is going to be executing + // Defines the time the executeOperatorList is going to be executing // before it stops and shedules a continue of execution. - var kExecutionTime = 50; + var kExecutionTime = 15; function CanvasGraphics(canvasCtx, objs, textLayer) { this.ctx = canvasCtx;