[update] AdjustParameter

This commit is contained in:
Lkeme 2021-10-03 23:56:52 +08:00
parent 7871198933
commit 6358842ce7
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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';