mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-22 16:00:26 +01:00
Patch: delay for Fetch task
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user