mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-03-17 07:13:38 +00:00
fix: speedup table reload by updating only changed statuses
it has been found that on big (>100) repos it starts lagging on reload. This commit adds guard to avoid updating rows whose package statuses were not changed
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
};
|
||||
});
|
||||
|
||||
updateTable(table, payload);
|
||||
updateTable(table, payload, row => row.timestamp);
|
||||
table.bootstrapTable("hideLoading");
|
||||
},
|
||||
onFailure,
|
||||
|
||||
Reference in New Issue
Block a user