earthcubeprojects-chords / chords

EarthCube CHORDS application code
GNU General Public License v2.0
25 stars 13 forks source link

limitation on Requested number of data points #544

Closed dsarahstamps closed 1 year ago

dsarahstamps commented 4 years ago

Is it possible to increase the number of data points allowed to be downloaded? Currently, 100000 is the limit, but that is only 1 day of data in my case.

daniels303 commented 4 years ago

I couldn't login to tzvolcano as admin to tell you the exact screen, but as I recall this is a configurable field.

MisterMartin commented 4 years ago

It is a configurable field, in the configuration settings. But if it is too large, the portal will hang because the rails application is taking too long to package up the data. You can experiment to find what the largest workable setting is for this, but I doubt that it will work well if it is very much above the current value.

CHORDS definitely needs an upgrade to the data download scheme, so that the file generation could happen in the background. This would be a fairly involved development.

Charlie

On Feb 12, 2020, at 9:14 AM, dsarahstamps notifications@github.com wrote:

Is it possible to increase the number of data points allowed to be downloaded? Currently, 100000 is the limit, but that is only 1 day of data in my case.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/earthcubeprojects-chords/chords/issues/544?email_source=notifications&email_token=AAM73PXS5MUYIUHC2RCXG23RCQN4RA5CNFSM4KT4ZA62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IM7SYWA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAM73PVDKZRLYNGKERSCPTTRCQN4RANCNFSM4KT4ZA6Q.

dsarahstamps commented 4 years ago

Thanks. This issue can be closed.