mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-09-12 10:35:14 -05:00
Increased the expiration time for topics from 1 day to 2 days
This commit is contained in:
@@ -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: []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user