Skip to content

Commit e5e21f4

Browse files
committed
Update LinkLimitService
1 parent 8846d9e commit e5e21f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Services/LinkLimitService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class LinkLimitService
1616

1717
private const TIER_4_LIMIT = 4;
1818

19-
private const TIER_1_THRESHOLD = 5;
19+
private const TIER_1_THRESHOLD = 20;
2020

2121
private const TIER_2_THRESHOLD = 1500;
2222

0 commit comments

Comments
 (0)