thiagolocatelli / parse4j

Java Library to deal with Parse (parse.com) REST API
http://thiagolocatelli.github.io/parse4j
143 stars 117 forks source link

Is there any timeout option for us to set up? #7

Open ZoeyJones opened 10 years ago

ZoeyJones commented 10 years ago

Hi Guys, I am using this useful library to initial my database in Parse. I need to upload thousands of files to Parse. But sometimes it gets stuck there without any exception nor response. I suspect that it is likely to be timeout. Anyway, is there any timeout option for us to set up when we are uploading a file? In this case, I could always cancel it activaely when it is necessary.