Skip to content

Commit

Permalink
Improve the number of contacts grabbed for gmail
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Carlson committed Dec 17, 2009
1 parent 37cf8f9 commit a5ed570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contacts/gmail.rb
Expand Up @@ -4,7 +4,7 @@ class Contacts
class Gmail < Base

CONTACTS_SCOPE = 'http://www.google.com/m8/feeds/'
CONTACTS_FEED = CONTACTS_SCOPE + 'contacts/default/full/'
CONTACTS_FEED = CONTACTS_SCOPE + 'contacts/default/full/?max-results=1000'

def contacts
return @contacts if @contacts
Expand Down

0 comments on commit a5ed570

Please sign in to comment.