[evolution-rss: 1/2] Remove arbitrary expiration
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss: 1/2] Remove arbitrary expiration
- Date: Tue, 5 May 2020 07:43:28 +0000 (UTC)
commit 4dd8be4c88884ec95f22ca043e8c4a41a9a19fb3
Author: eru san <erusan gmail com>
Date: Tue Jul 30 18:19:35 2019 +0000
Remove arbitrary expiration
src/rss-cache.c | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/src/rss-cache.c b/src/rss-cache.c
index 65f926d..e9a31e6 100644
--- a/src/rss-cache.c
+++ b/src/rss-cache.c
@@ -63,10 +63,6 @@ rss_cache_init(void)
if (!cache)
return;
- // expire in a month max
- // and one week if not accessed sooner
- camel_data_cache_set_expire_age(cache, 24*60*60*30);
- camel_data_cache_set_expire_access(cache, 24*60*60*7);
}
char *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]