FIX: Increase profile fetch delay
This commit is contained in:
@@ -719,7 +719,7 @@ export const initializeDevices = () => {
|
|||||||
setTimeout(function timer() {
|
setTimeout(function timer() {
|
||||||
console.log('Requesting profile', profileName)
|
console.log('Requesting profile', profileName)
|
||||||
nanoIpc.send(deviceid, JSON.stringify({ profile: profileName }))
|
nanoIpc.send(deviceid, JSON.stringify({ profile: profileName }))
|
||||||
}, i * 10)
|
}, i * 15)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (update.current !== undefined) {
|
if (update.current !== undefined) {
|
||||||
|
|||||||
Reference in New Issue
Block a user