KechrisLab / multiMiR

Development repository for the multiMiR database's R API
Other
19 stars 3 forks source link

List length limit 20MB in ?get.multimir #14

Closed mmulvahill closed 7 years ago

mmulvahill commented 7 years ago

@smahaffey This limit is in the returned table size right? Not the mirna and target arguments to get.multimir?

smahaffey commented 7 years ago

@mmulvahill No the limit is the size of the list of miRNA and target arguments. I tried to pick something the should be large enough to handle most large queries. There is no limit on the returned size other than a query that takes more than 30 minutes to execute will be terminated by the web server timeout. Although under normal circumstances none should be any where near that length of time. We had a few that were taking a long time with a relatively small list and I think I've fixed the problem that caused that.