Skip to content

Commit

Permalink
flesh out retention config setting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Oct 23, 2023
1 parent 894bf61 commit edcc7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ The batch size to use when bulk creating `Messages` in the database. The default
| Relay Service | Yes ✅ |
| Django App | No 🚫 |

The time in seconds to keep `Messages` in the database before deleting them. The default is `None`, which means messages will be kept indefinitely.
The time in seconds to keep `Messages` in the database before deleting them. `None` means the messages will be kept indefinitely, `0` means no messages will be kept, and any other integer value will be the number of seconds to keep messages. The default is `None`.

### Relay Service

Expand Down

0 comments on commit edcc7fd

Please sign in to comment.