diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c index f93982aad..13890b89a 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -37,7 +37,7 @@ /* how often to save the history, in milliseconds */ #define HISTORY_SAVE_INTERVAL (60 * 5 * 1000) -#define HISTORY_PAGE_OBSOLETE_DAYS 30 +#define HISTORY_PAGE_OBSOLETE_DAYS 10 struct EphyHistoryPrivate { |