- tweaked timeouts
This commit is contained in:
@@ -48,7 +48,7 @@ export async function handleSystemRecall() {
|
||||
const url = `${camBase}/api/fetch-config?id=GLOBAL--Device`;
|
||||
|
||||
const controller = new AbortController();
|
||||
const timeoutId = setTimeout(() => controller.abort(), 7000);
|
||||
const timeoutId = setTimeout(() => controller.abort(), 70000);
|
||||
|
||||
try {
|
||||
const response = await fetch(url, {
|
||||
|
||||
Reference in New Issue
Block a user