diff options
Diffstat (limited to 'wttrin.el')
| -rw-r--r-- | wttrin.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -93,6 +93,8 @@ units (default)." :type 'string) +(define-obsolete-variable-alias 'wttrin-cache-ttl 'wttrin-refresh-interval "0.3.0") + (defcustom wttrin-refresh-interval 3600 ; 1 hour "Interval in seconds between proactive weather data refreshes. Controls how often the background timer refreshes cached weather data @@ -102,8 +104,6 @@ minutes, so values below 600 just waste their bandwidth." :group 'wttrin :type 'integer) -(define-obsolete-variable-alias 'wttrin-cache-ttl 'wttrin-refresh-interval "0.3.0") - (defcustom wttrin-cache-max-entries 50 "Maximum number of entries to keep in cache." :group 'wttrin |
