From 6a414764fa58b24b93d7447018e467032fd6b1ee Mon Sep 17 00:00:00 2001 From: nuintun Date: Thu, 26 Nov 2015 18:09:58 +0800 Subject: [PATCH] update files --- static/js/components/app-main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index aa1bf4d..3eb408a 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -196,7 +196,7 @@ module.exports = Vue.component('app-main', { var step = 0; ipc.on('emulator', function (event, type, project, data){ - var delay = step * 20; + var delay = step * 16; var runtime = window.AppRuntime[project.name]; if (runtime) {