vatesfr / xen-orchestra

The global orchestration solution to manage and backup XCP-ng and XenServer.
https://xen-orchestra.com
Other
792 stars 265 forks source link

feat(web): add polling option to xo store config builder #7809

Closed ByScripts closed 4 months ago

ByScripts commented 4 months ago

Description

createXoStoreConfig() can now be passed a { pollInterval: number } option to enable polling on a collection.

[!NOTE] This is a temporary solution. A better implementation will follow.

Also, handleAdd and handleAfterLoad have been renamed to handleRecordAdded and handleRecordsLoaded to enhance clarity and comprehension.

Checklist