mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:57:08 +00:00
It listens for events that might indicate that the project_summary materialised view needs to be refreshed and schedules a refresh. Refreshes are throttled to a maximum of one every throttlePeriod milliseconds so that things don't get too crazy for instance when importing a lot of data.
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
|
|
module.exports = [
|
|
require('./purge-notifications'),
|
|
require('./refresh-project-summary')
|
|
];
|