mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-24 00:40:25 +01:00
Patch: delay for Fetch task
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Logger from '@ioc:Adonis/Core/Logger'
|
||||
import { getCurrentPlayingFromSpotify, getSpotifyAccount, resetCurrentSongCache } from 'App/Utils/SongUtils'
|
||||
|
||||
const MS = 1000
|
||||
const MS = 1000 // 1 second
|
||||
let taskId
|
||||
|
||||
async function SpotifyCurrentListeningWatcher(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user