From 9c3ecf3d319492acb37b8e520f74391bd371c1b6 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Mon, 27 Apr 2015 18:25:55 +0900 Subject: [PATCH] Increase image pool to 10 images. --- res/app/components/stf/screen/screen-directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/app/components/stf/screen/screen-directive.js b/res/app/components/stf/screen/screen-directive.js index a2f5d676..d8c1cb91 100644 --- a/res/app/components/stf/screen/screen-directive.js +++ b/res/app/components/stf/screen/screen-directive.js @@ -209,7 +209,7 @@ module.exports = function DeviceScreenDirective( , cachedImageHeight = 0 , cssRotation = 0 , alwaysUpright = false - , imagePool = new ImagePool(6) + , imagePool = new ImagePool(10) function applyQuirks(banner) { element[0].classList.toggle(