# HG changeset patch # User Yoshiki Yazawa # Date 1217080309 -32400 # Node ID 84cb6e8ad755bc280f2f3ec741e878532af01129 # Parent 1237fc885a92429e7abcff297f04873f258e0379 raise the default icon update threshold to 50 times or 7days. diff -r 1237fc885a92 -r 84cb6e8ad755 pidgin-twitter.h --- 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 */