diff options
Diffstat (limited to 'src/api/e926')
-rw-r--r-- | src/api/e926/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/e926/index.ts b/src/api/e926/index.ts index a691648..9610938 100644 --- a/src/api/e926/index.ts +++ b/src/api/e926/index.ts | |||
@@ -3,7 +3,7 @@ import config from "../../config"; | |||
3 | import delay from "../../util/delay"; | 3 | import delay from "../../util/delay"; |
4 | import PostDatabase from "../../services/postDatabase"; | 4 | import PostDatabase from "../../services/postDatabase"; |
5 | 5 | ||
6 | export const dedupeDb = new PostDatabase("e926dedupe.json", 100); | 6 | export const dedupeDb = new PostDatabase("e926dedupe.json", 200); |
7 | 7 | ||
8 | export interface GetPostQuery { | 8 | export interface GetPostQuery { |
9 | tags: readonly string[]; | 9 | tags: readonly string[]; |