We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c74d24 commit 7012392Copy full SHA for 7012392
server/lib/classes/cron.d/100-mailbox_stats_hourly.inc.php
@@ -78,7 +78,7 @@ private function update_last_mail_login() {
78
$this->_tools = new monitor_tools();
79
80
// Get the data of the log
81
- $log_lines = $this->_tools->_getLogData('log_mail', 1000000);
+ $log_lines = $this->_tools->_getLogData('log_mail', 10000000);
82
83
$updatedUsers = [];
84
0 commit comments