-
Notifications
You must be signed in to change notification settings - Fork 49
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
DEFAULT_LIMIT is not working #763
Comments
@tonyrosset thanks for reporting this, we'll look into it... |
@tonyrosset are you using the
What's the API call you make to retrieve results? |
thanks, |
@tonyrosset, @pooja1pathak has just landed #765 which should fix the issue. |
@pooja1pathak thanks, |
if you only need to link the code, then the fix will be available as soon as I merge #765 into the main branch. But I guess you'd like to download a Docker image with the fix? We have a GitHub action to automatically build and push Docker images to DockerHub when a PR gets merged into main: but unfortunately it's broken at the moment---I think it's just a silly thing w/ credentials having expired. Anyhoo, you can still build your own Docker image using the Docker file in the repo's root dir: there's also a build script: Hope that helps! |
thanks, that helps, |
sure no prob!
If you subscribe to repo notifications, GitHub will send you an email every time we merge a PR... |
@tonyrosset #765 should've fixed the problem. So I'm closing this GitHub issue, but please feel free to reopen if the fix doesn't work for you. |
@tonyrosset sorry I've done this too quickly. We haven't merged #765 into main yet, so there's no easy way for you to test just yet. I'll close this issue when @pooja1pathak is done w/ #765 and we finally merge it. Sorry for the confusion! |
It is okay. we can wait |
Hi all, I'm not sure if you have merged it. Do let me know the status ) @c0c0n3 @pooja1pathak |
@tonyrosset some tests are failing for the fix. I am working on it and will update once it gets fixed. |
DEFAULT_LIMIT when set to a value more than 10000, it has noeffect it directs back to 10000
environment:
- CRATE_HOST=crate
- REDIS_HOST=redis
- REDIS_PORT=${REDIS_PORT}
- LOGLEVEL=ERROR
- DEFAULT_LIMIT=1000000
The text was updated successfully, but these errors were encountered: