We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clicking the download link loads the entire object into memory, which can quickly exhaust php's memory limit.
See: https://github.com/ryersonlibrary/islandora_usage_stats/blob/8b97f09d3df6900bc6836fad99b6d3ddb7d22bf5/islandora_usage_stats.module#L295
Instead, this should redirect via HTTP 30x to /islandora/object/PID/datastream/OBJ/label
The text was updated successfully, but these errors were encountered:
Merge pull request #2 from willtp87/7.x.timeout
bcdb24b
7.x.timeout
Merge pull request #2 from MorganDawe/MorganDawe-7.x-WRLC-66
e927a14
Moved callbacks in menu alter to external file.
documentation revision #2 ISLANDORA-1385
1cae8f1
No branches or pull requests
Clicking the download link loads the entire object into memory, which can quickly exhaust php's memory limit.
See:
https://github.com/ryersonlibrary/islandora_usage_stats/blob/8b97f09d3df6900bc6836fad99b6d3ddb7d22bf5/islandora_usage_stats.module#L295
Instead, this should redirect via HTTP 30x to /islandora/object/PID/datastream/OBJ/label
The text was updated successfully, but these errors were encountered: