mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Bump test limit
This commit is contained in:
parent
a6d3bb22b1
commit
97cb8d3af7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Reference in a new issue