Bump threshold for testing

This commit is contained in:
Jackson Harper
2023-10-18 09:11:11 +08:00
parent fd57e075d7
commit 1053c9b53a

View File

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