[update] ActivityLottery

This commit is contained in:
Lkeme 2020-08-08 16:43:23 +08:00
parent 2918c9a52e
commit f565e42549

View File

@ -34,7 +34,7 @@ class ActivityLottery
return;
}
self::workTask();
self::setLock(self::timing(5));
self::setLock(self::timing(5) + mt_rand(1, 180));
}