Skip to content

Commit 7012392

Browse files
committed
10 milion to be safe
1 parent 1c74d24 commit 7012392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/cron.d/100-mailbox_stats_hourly.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private function update_last_mail_login() {
7878
$this->_tools = new monitor_tools();
7979

8080
// Get the data of the log
81-
$log_lines = $this->_tools->_getLogData('log_mail', 1000000);
81+
$log_lines = $this->_tools->_getLogData('log_mail', 10000000);
8282

8383
$updatedUsers = [];
8484

0 commit comments

Comments
 (0)