aboutsummaryrefslogtreecommitdiff
path: root/src/Cache.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-22 15:11:36 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-22 15:11:39 +0200
commit81943b72a9a8de72da9dbdd6fa6337aae4d93ccf (patch)
tree628120f2f5281aae438b02e2b1e60de2292640e8 /src/Cache.cpp
parentb1e534009e564dee9517c0679230d380bd64f96c (diff)
Increase not active timer
Diffstat (limited to 'src/Cache.cpp')
-rw-r--r--src/Cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp
index e5d910c..9039bd6 100644
--- a/src/Cache.cpp
+++ b/src/Cache.cpp
@@ -27,7 +27,7 @@ using namespace TinyProcessLib;
namespace dchat
{
static unordered_map<string, ContentByUrlResult> contentUrlCache;
- const i64 CONTENT_NOT_VISIBLE_AGE_MS = 20000; // Delete content from cache after a specified amount of time if the content is not visible on the screen
+ const i64 CONTENT_NOT_VISIBLE_AGE_MS = 30000; // Delete content from cache after a specified amount of time if the content is not visible on the screen
static boost::filesystem::path getHomeDir()
{