From 81943b72a9a8de72da9dbdd6fa6337aae4d93ccf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 22 May 2018 15:11:36 +0200 Subject: Increase not active timer --- src/Cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Cache.cpp') 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 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() { -- cgit v1.2.3