diff options
Diffstat (limited to 'src/visited.c')
-rw-r--r-- | src/visited.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/visited.c b/src/visited.c index b339198e..a1dab6be 100644 --- a/src/visited.c +++ b/src/visited.c | |||
@@ -29,7 +29,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ | |||
29 | #include <the_Foundation/ptrarray.h> | 29 | #include <the_Foundation/ptrarray.h> |
30 | #include <the_Foundation/sortedarray.h> | 30 | #include <the_Foundation/sortedarray.h> |
31 | 31 | ||
32 | static const size_t maxAgeVisited_Visited_ = 3600 * 24 * 30; /* one month */ | 32 | static const size_t maxAgeVisited_Visited_ = 2 * 3600 * 24 * 30; /* two months */ |
33 | 33 | ||
34 | void init_VisitedUrl(iVisitedUrl *d) { | 34 | void init_VisitedUrl(iVisitedUrl *d) { |
35 | initCurrent_Time(&d->when); | 35 | initCurrent_Time(&d->when); |