Increased the expiration time for topics from 1 day to 2 days

This commit is contained in:
Jemma Poffinbarger 2023-06-12 17:48:03 -05:00
parent 9470efe786
commit bcb5992ae3

View File

@ -61,7 +61,7 @@ async function generateTopicsXML(communities: HydratedCommunityDocument[]): Prom
result: {
has_error: 0,
version: 1,
expire: moment().add(1, 'days').format('YYYY-MM-DD HH:MM:SS'),
expire: moment().add(2, 'days').format('YYYY-MM-DD HH:MM:SS'),
request_name: 'topics',
topics: []
}