You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
render/render-ws/src/main/java/org/janelia/render/service/dao/RenderDao.java
Line 1856 in b06be44
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.
The text was updated successfully, but these errors were encountered: