changed pooling interval from 3s to 10s

This commit is contained in:
2026-06-14 14:42:30 +02:00
parent d07bc89eea
commit 7f3870a95b

View File

@ -760,7 +760,7 @@ const App = {
} catch (error) {
console.error('Polling error:', error);
}
}, 3000);
}, 10000);
},
updateGenerationStatus(status) {