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

DAO Error for returning too many tiles should be configurable or suppressible #191

Open
RussTorres opened this issue Jul 2, 2024 · 1 comment
Assignees

Comments

@RussTorres
Copy link
Contributor

The above line (from current master) raises an error when a query returns over 50k tiles from the database. We have started
acquiring TEM montages on the order of 70k-100k tiles, so this becomes an issue for handling those with our current model.
While we can change the hardcoding, it would be nice to pass this limit with a configuration or in the api call.

@trautmane
Copy link
Collaborator

Agreed ... I hit the same issue last year and lazily just bumped up the limit ( see d9b9ae0 ). I'll parameterize the limit and post back here when that solution is available.

@trautmane trautmane self-assigned this Jul 6, 2024
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

No branches or pull requests

2 participants