Skip to content

Commit

Permalink
source: set Gelbooru's max limit to 100 (fix #2765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jul 30, 2022
1 parent 8cb2c25 commit b552ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sites/Gelbooru (0.2)/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const source: ISource = {
xml: {
name: "XML",
auth: [],
maxLimit: 1000,
maxLimit: 100,
search: {
url: (query: ISearchQuery, opts: IUrlOptions): string | IError => {
const page: number = query.page - 1;
Expand Down

0 comments on commit b552ae6

Please sign in to comment.