* [perf story #75387] Adjust getMoreActions method limit param.

This commit is contained in:
wangyidong
2025-06-19 14:05:18 +08:00
parent 79bea7083b
commit b76f0f9ab1
+1 -1
View File
@@ -2660,7 +2660,7 @@ class actionModel extends model
* @access public
* @return array
*/
public function getMoreActions(int $lastActionID, int $limit = 50): array
public function getMoreActions(int $lastActionID, int $limit = 100): array
{
$condition = $this->session->actionQueryCondition;
if(empty($condition)) return array();