Skip to content

Commit

Permalink
fixup! feat(importance-classifier): Reduce text feature vector
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny committed Mar 24, 2023
1 parent 893dc15 commit 905ea6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/IMAP/MailboxSync.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ public function sync(Account $account,
LoggerInterface $logger,
bool $force = false): void {
if (!$force && $account->getMailAccount()->getLastMailboxSync() >= ($this->timeFactory->getTime() - 7200)) {
//$logger->debug("account is up to date, skipping mailbox sync");
//return;
$logger->debug("account is up to date, skipping mailbox sync");
return;
}

$client = $this->imapClientFactory->getClient($account);
Expand Down

0 comments on commit 905ea6d

Please sign in to comment.