Skip to content

Commit

Permalink
Merge pull request #4920 from chimp1984/revert-mailbox-msg-ttl
Browse files Browse the repository at this point in the history
Revert TTL to original value of 15 days.
  • Loading branch information
ripcurlx authored Dec 9, 2020
2 parents 09b253e + f8ebd07 commit 933ed9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ public static MailboxStoragePayload fromProto(protobuf.MailboxStoragePayload pro

@Override
public long getTTL() {
return TimeUnit.DAYS.toMillis(7);
return TimeUnit.DAYS.toMillis(15);
}
}

0 comments on commit 933ed9f

Please sign in to comment.