Mercurial > pidgin.yaz
changeset 17949:81a1f0c60a8d
Increase mail check interval to 1 minute.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Sun, 15 Jul 2007 23:44:37 +0000 |
parents | c23122e0af91 |
children | 2bf10f37fa37 |
files | libpurple/protocols/myspace/myspace.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h Sun Jul 15 23:18:06 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.h Sun Jul 15 23:44:37 2007 +0000 @@ -86,7 +86,7 @@ #define MSIM_KEEPALIVE_INTERVAL_CHECK (30 * 1000) /* Time to check for new mail (milliseconds) */ -#define MSIM_MAIL_INTERVAL_CHECK (30 * 1000) //(2 * 60 * 1000) +#define MSIM_MAIL_INTERVAL_CHECK (60 * 1000) /* Constants */