Change livable time of general box to 30 seconds
authorYunchan Cho <yunchan.cho@samsung.com>
Mon, 24 Jun 2013 11:29:02 +0000 (20:29 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Wed, 26 Jun 2013 13:37:43 +0000 (22:37 +0900)
[Issue#] N/A
[Problem] Now 10 seconds are very short as livable time
[Cause] 10 seconds was determined because loading only local files of box was considered
[Solution] livable time is changed to 30 seconds for handling remote resources

Change-Id: Iabac157bd3943e2ff654e6ae917e40d56c608199

src/Plugin/AppBoxPlugin/AppBoxRenderView.cpp

index 4fb908a..a209976 100644 (file)
@@ -41,7 +41,7 @@
 #include "AppBoxPdHelper.h"
 #include "AppBoxRenderView.h"
 
-#define RENDER_MAX_TIME 10.0
+#define RENDER_MAX_TIME 30.0
 
 // injection javascript file regarding creating js object used by box and pd
 static const std::string injectionFile("/usr/share/web-provider/injection.js");