Increase default limit in EmailBoxController to improve email retrieval performance
This commit is contained in:
parent
ff987ebb1b
commit
2b8b751cd8
@ -119,7 +119,7 @@ class EmailBoxController extends Controller {
|
|||||||
$order,
|
$order,
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
100,
|
400,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user