diff options
author | Volpeon <git@volpeon.ink> | 2021-10-20 09:17:37 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-10-20 09:17:37 +0200 |
commit | 810b51fd83b197d6c3c84aef60422798d18ec327 (patch) | |
tree | 0fd0834dfeca6291bd5a1d3cf9a8c1f2461dd8ec /src/api/e926 | |
parent | Exclude mouth_shot (diff) | |
download | feralbot-810b51fd83b197d6c3c84aef60422798d18ec327.tar.gz feralbot-810b51fd83b197d6c3c84aef60422798d18ec327.tar.bz2 feralbot-810b51fd83b197d6c3c84aef60422798d18ec327.zip |
Keep 100 items in dedupe db
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 43a3179..37d8598 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", 50); | 6 | export const dedupeDb = new PostDatabase("e926dedupe.json", 100); |
7 | 7 | ||
8 | export interface GetPostQuery { | 8 | export interface GetPostQuery { |
9 | tags: readonly string[]; | 9 | tags: readonly string[]; |