Bump test limit

This commit is contained in:
Jackson Harper
2023-10-17 15:53:05 +08:00
parent a6d3bb22b1
commit 97cb8d3af7

View File

@ -30,7 +30,7 @@ if (
const LATENCY_THRESHOLD = 500
const RSS_QUEUE_THRESHOLD = 20_000
const IMPORT_QUEUE_THRESHOLD = 100_000
const IMPORT_QUEUE_THRESHOLD = 200_000
const postToDiscord = async (message: string) => {
console.log('notify message', { message })