We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b988b8 commit 31b58baCopy full SHA for 31b58ba
lib/constants.js
@@ -12,7 +12,7 @@ export const PAID_ACTION_PAYMENT_METHODS = {
12
REWARD_SATS: 'REWARD_SATS'
13
}
14
export const PAID_ACTION_TERMINAL_STATES = ['FAILED', 'PAID', 'RETRYING']
15
-export const NOFOLLOW_LIMIT = 1000
+export const NOFOLLOW_LIMIT = 250
16
export const UNKNOWN_LINK_REL = 'noreferrer nofollow noopener'
17
export const UPLOAD_SIZE_MAX = 50 * 1024 * 1024
18
export const UPLOAD_SIZE_MAX_AVATAR = 5 * 1024 * 1024
0 commit comments