mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
change command message timeout to 2 hours
This commit is contained in:
parent
ece7a523ba
commit
9da023e97a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ create table command_message
|
|||
|
||||
create function cleanup_command_message() returns void as $$
|
||||
begin
|
||||
delete from command_message where timestamp < now() - interval '1 hour';
|
||||
delete from command_message where timestamp < now() - interval '2 hours';
|
||||
end;
|
||||
$$ language plpgsql;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue