summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-10-20 09:17:37 +0200
committerVolpeon <git@volpeon.ink>2021-10-20 09:17:37 +0200
commit810b51fd83b197d6c3c84aef60422798d18ec327 (patch)
tree0fd0834dfeca6291bd5a1d3cf9a8c1f2461dd8ec
parentExclude mouth_shot (diff)
downloadferalbot-810b51fd83b197d6c3c84aef60422798d18ec327.tar.gz
feralbot-810b51fd83b197d6c3c84aef60422798d18ec327.tar.bz2
feralbot-810b51fd83b197d6c3c84aef60422798d18ec327.zip
Keep 100 items in dedupe db
-rw-r--r--src/api/e926/index.ts2
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";
3import delay from "../../util/delay"; 3import delay from "../../util/delay";
4import PostDatabase from "../../services/postDatabase"; 4import PostDatabase from "../../services/postDatabase";
5 5
6export const dedupeDb = new PostDatabase("e926dedupe.json", 50); 6export const dedupeDb = new PostDatabase("e926dedupe.json", 100);
7 7
8export interface GetPostQuery { 8export interface GetPostQuery {
9 tags: readonly string[]; 9 tags: readonly string[];