From 110bdbe73bf8a0b805e7cf71b536ca54720f39d5 Mon Sep 17 00:00:00 2001 From: Savorboard Date: Thu, 6 Aug 2020 11:48:07 +0800 Subject: [PATCH] Fix docs. #623 --- docs/content/user-guide/en/cap/messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/user-guide/en/cap/messaging.md b/docs/content/user-guide/en/cap/messaging.md index 770d898..169549b 100644 --- a/docs/content/user-guide/en/cap/messaging.md +++ b/docs/content/user-guide/en/cap/messaging.md @@ -32,7 +32,7 @@ The consumer method is executed when the Consumer receives the message and will ## Data Cleanup -There is an `ExpiresAt` field in the database message table indicating the expiration time of the message. When the message is sent successfully, status will be changed to `Successed`, and `ExpiresAt` will be set to **1 hour** later. +There is an `ExpiresAt` field in the database message table indicating the expiration time of the message. When the message is sent successfully, status will be changed to `Successed`, and `ExpiresAt` will be set to **1 day** later. Consuming failure will change the message status to `Failed` and `ExpiresAt` will be set to **15 days** later.