changeset 163:84cb6e8ad755

raise the default icon update threshold to 50 times or 7days.
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Sat, 26 Jul 2008 22:51:49 +0900
parents 1237fc885a92
children 5043d4d9766d
files pidgin-twitter.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin-twitter.h	Sat Jul 26 21:13:34 2008 +0900
+++ b/pidgin-twitter.h	Sat Jul 26 22:51:49 2008 +0900
@@ -164,8 +164,8 @@
 
 /* misc macros */
 #define DEFAULT_ICON_SIZE (48)
-#define DEFAULT_ICON_MAX_COUNT (5)
-#define DEFAULT_ICON_MAX_DAYS (1)
+#define DEFAULT_ICON_MAX_COUNT (50)
+#define DEFAULT_ICON_MAX_DAYS (7)
 #define DAYS_TO_SECONDS(d) ((d) * 86400)
 
 /* debug macros */