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

Allow to change limit #45

Open
nichtich opened this issue Sep 4, 2024 · 1 comment
Open

Allow to change limit #45

nichtich opened this issue Sep 4, 2024 · 1 comment
Labels
question Further information is requested

Comments

@nichtich
Copy link
Member

nichtich commented Sep 4, 2024

We sometimes get timeouts with DANTE API for long lists of vocabularies. Setting the limit to be passed to
https://github.com/gbv/cocoda-sdk/blob/master/src/providers/concept-api-provider.js#L174 might help.

@stefandesu
Copy link
Member

We want all of the vocabularies though, right? Also, where did you notice the timeouts? jskos-proxy requests the vocabularies from DANTE on the server and caches them, so that the client shouldn't notice any of that. I implemented it that way specifically because DANTE API often takes a long time to serve the list of all vocabularies (for reasons unknown to me).

@nichtich nichtich added the question Further information is requested label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants