mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-02-10 13:39:07 -06:00
feat: add slight delay to pod status update on change notification
This commit is contained in:
@@ -46,7 +46,8 @@ export default function Logs({
|
||||
updateBuilds();
|
||||
const unsubscribe = subscribeToStatusChanges((changedAppIds) => {
|
||||
if (changedAppIds.includes(app.id)) {
|
||||
updateBuilds();
|
||||
setTimeout(() =>
|
||||
updateBuilds(), 500); // slight delay to ensure data is updated
|
||||
}
|
||||
});
|
||||
return () => unsubscribe();
|
||||
|
||||
Reference in New Issue
Block a user