Skip to content

Commit 31b58ba

Browse files
committed
decrease nofollow limit
1 parent 7b988b8 commit 31b58ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const PAID_ACTION_PAYMENT_METHODS = {
1212
REWARD_SATS: 'REWARD_SATS'
1313
}
1414
export const PAID_ACTION_TERMINAL_STATES = ['FAILED', 'PAID', 'RETRYING']
15-
export const NOFOLLOW_LIMIT = 1000
15+
export const NOFOLLOW_LIMIT = 250
1616
export const UNKNOWN_LINK_REL = 'noreferrer nofollow noopener'
1717
export const UPLOAD_SIZE_MAX = 50 * 1024 * 1024
1818
export const UPLOAD_SIZE_MAX_AVATAR = 5 * 1024 * 1024

0 commit comments

Comments
 (0)