edj_mgr: reduce the edj view caching time to 5 min.

This commit is contained in:
Hermet Park 2016-08-17 23:44:58 +09:00
parent 3d610f1898
commit fa929055a2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include <Enventor.h>
#include "enventor_private.h"
const double VIEW_CACHING_TIME = 60 * 30;
const double VIEW_CACHING_TIME = 60 * 5;
typedef struct edj_data_s
{