We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aad5d9 commit 3b58d65Copy full SHA for 3b58d65
1 file changed
src/registry-client.ts
@@ -21,7 +21,7 @@ const ax = axiosBuilder({
21
22
export const listArtefacts = async (query: Record<string, string | number>): Promise<Artefact[]> => {
23
const res = await ax.get<ListResponse>('/api/v1/artefacts', {
24
- params: { ...query, size: 1000 }
+ params: { ...query, size: 100 }
25
})
26
return res.data.results
27
}
0 commit comments