Skip to content

Commit

Permalink
Add magic number comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Mar 27, 2024
1 parent 0d97302 commit f1ad4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/tasks/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ checkUserExpiration:
- schedule: cron(0 0 * * ? *) # Runs every day at midnight

scanExecution:
timeout: 900
timeout: 900 # 15 minutes

Check warning on line 44 in backend/src/tasks/functions.yml

View workflow job for this annotation

GitHub Actions / lint

44:16 [comments] too few spaces before comment

Check warning on line 44 in backend/src/tasks/functions.yml

View workflow job for this annotation

GitHub Actions / lint

44:16 [comments] too few spaces before comment
handler: src/tasks/scanExecution.handler
memorySize: 4096

Expand Down

0 comments on commit f1ad4f9

Please sign in to comment.