Patch: delay for Fetch task

This commit is contained in:
2022-04-14 22:58:04 +02:00
parent 64474dd44d
commit 55b197f64d
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import axios from 'axios'
import DevelopmentHour from 'App/Models/DevelopmentHour'
import { updateGithubReadmeStats } from 'App/Utils/UpdateGithubReadme'
const MS = 1000 * 5 * 60 // 5 min
const MS = 1000 * 5 * 60 // 5 minutes
let taskId
interface StatsResponse {