mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: raise command message retention time to 24 hours
This commit is contained in:
parent
13f5b63c59
commit
fc11a7b8ee
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ namespace PluralKit.Bot
|
|||
{
|
||||
public class CommandMessageService
|
||||
{
|
||||
private static readonly Duration CommandMessageRetention = Duration.FromHours(2);
|
||||
private static readonly Duration CommandMessageRetention = Duration.FromHours(24);
|
||||
|
||||
private readonly IDatabase _db;
|
||||
private readonly ModelRepository _repo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue