increased delay between submitting and reloading the config

This commit is contained in:
RaffaelW 2024-12-20 18:03:35 +01:00
parent fcb3741fed
commit ecfa24a2d7

View file

@ -58,7 +58,7 @@ export async function updateConfig(fetchOptions) {
// wait for the esp to restart // wait for the esp to restart
const delay = new Promise((resolve) => const delay = new Promise((resolve) =>
setTimeout(() => resolve(), 500) setTimeout(() => resolve(), 5000)
); );
await delay; await delay;