Diego81 / omnicontacts

A generalized Rack middleware for importing contacts from major email providers.
477 stars 231 forks source link

how should i use max_results? #142

Closed echan00 closed 8 years ago

echan00 commented 9 years ago

I am getting server timeouts when downloading the contacts from google. The documentation mentions the possibility of using ':max_results => 1000', but this won't provide all the contacts.

How am I supposed to overcome this issue?

ritec commented 9 years ago

You can increase max results to whatever you want. I am using 10000.

echan00 commented 9 years ago

@ritec, at 10000 contacts you have not had issues with timeouts? It can take a while sometimes...

ritec commented 9 years ago

It's possible but not for me right now, you can put a "loading..." graph or something if you want.