[rhythmbox] audioscrobbler: increase frequency of requesting session key



commit 37c1e958a1ea323ec2b7cfa781f6b9ab78aa7d92
Author: Jamie Nicol <jamie thenicols net>
Date:   Sat Jun 5 12:27:34 2010 +0100

    audioscrobbler: increase frequency of requesting session key
    
    from every 15 seconds to every 5 seconds. Feels much more responsive.

 plugins/audioscrobbler/rb-audioscrobbler-account.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/audioscrobbler/rb-audioscrobbler-account.c b/plugins/audioscrobbler/rb-audioscrobbler-account.c
index cc0bd26..cdb6e9b 100644
--- a/plugins/audioscrobbler/rb-audioscrobbler-account.c
+++ b/plugins/audioscrobbler/rb-audioscrobbler-account.c
@@ -48,7 +48,7 @@
 #define LASTFM_SCROBBLER_URL "http://post.audioscrobbler.com/";
 
 #define LASTFM_SESSION_SETTINGS_FILE "lastfm_session"
-#define SESSION_KEY_REQUEST_TIMEOUT 15
+#define SESSION_KEY_REQUEST_TIMEOUT 5
 
 struct _RBAudioscrobblerAccountPrivate
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]