mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 01:20:08 +08:00
[update] AdjustParameter
This commit is contained in:
parent
7871198933
commit
6358842ce7
@ -26,7 +26,7 @@ class Barrage
|
||||
}
|
||||
self::setPauseStatus();
|
||||
if (self::sendMsg()) {
|
||||
self::setLock(mt_rand(40, 80) * 60);
|
||||
self::setLock(mt_rand(180, 240) * 60);
|
||||
return;
|
||||
}
|
||||
self::setLock(15 * 60);
|
||||
|
||||
@ -77,7 +77,7 @@ class UnFollow extends BaseTask
|
||||
* @return array
|
||||
* @throws \Exception
|
||||
*/
|
||||
private static function relationTag($tag_id, int $max_pn = 30, int $max_ps = 20): array
|
||||
private static function relationTag($tag_id, int $max_pn = 60, int $max_ps = 20): array
|
||||
{
|
||||
$following = [];
|
||||
$url = 'https://api.bilibili.com/x/relation/tag';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user