Skip to content
New issue

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

USH-1125: disable arbitrary limitation on CSV import file data size #4816

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

tuxpiper
Copy link
Member

@tuxpiper tuxpiper commented Mar 12, 2024

This pull request makes the following changes:

  • Updates arbitrary limitation of 20KB in imported CSV file to something bigger

@tuxpiper tuxpiper requested review from Mh-Asmi and ushahidlee March 12, 2024 12:38
Copy link

linear bot commented Mar 12, 2024

// David Losada update 2024-03-15: originally 20KB, that size is arbitrary and not useful to anyone.
// Setting to 1TiB, instead
// Let's make it something reasonable when the work to make this a config value happens.
return 1024 * 1024 * 1024 * 1024;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a bit high. Can I suggest somewhere in the range of 20mb - 50mb?

@tuxpiper tuxpiper force-pushed the ush-1125-csv-limitation branch from de55da4 to ab1e31b Compare March 12, 2024 12:52
@tuxpiper tuxpiper merged commit 2db70c7 into develop Mar 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants