From f1ad4f97302736f8e6ecb2cfbd2275c8118d45c0 Mon Sep 17 00:00:00 2001 From: aloftus23 Date: Wed, 27 Mar 2024 10:00:12 -0400 Subject: [PATCH] Add magic number comment --- backend/src/tasks/functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/tasks/functions.yml b/backend/src/tasks/functions.yml index 122d0b38..712a9e3c 100644 --- a/backend/src/tasks/functions.yml +++ b/backend/src/tasks/functions.yml @@ -41,7 +41,7 @@ checkUserExpiration: - schedule: cron(0 0 * * ? *) # Runs every day at midnight scanExecution: - timeout: 900 + timeout: 900 # 15 minutes handler: src/tasks/scanExecution.handler memorySize: 4096