1
0
Fork 0
mirror of https://github.com/GuerillaStudio/compteur-de-greve.git synced 2024-10-09 05:19:02 +00:00

Update serverless cache duration to 5min

This commit is contained in:
Tixie 2023-03-02 11:31:47 +01:00
parent d26dc5ce0a
commit 8a1386c800

View file

@ -34,6 +34,7 @@ async function handler(event) {
return {
statusCode: error.httpStatusCode || 500,
ttl: 300,
body: JSON.stringify(
{
error: error.message,