chhotii-alex / antigen-sensitivity

MIT License
0 stars 1 forks source link

limit total number of queries per api call #46

Closed chhotii-alex closed 1 year ago

chhotii-alex commented 1 year ago

Currently it keeps going until it finds 8 groups large enough to report something about. Choose all the variables, and this may result in bignum many queries, all with trivially small numbers of results, so it keeps going. In effect user can do a DDoS by clicking too many clickies. Don't allow that.