Commit 6ac3716
committed
Add allow_targeted_refresh? to Vmware InfraManager
While not actually used by the VMware streaming refresh worker, not
having allow_targeted_refresh? defined meant that any e.g. user automate
code which queued a `vm.refresh_ems` would end up actually executing a
full refresh and restarting the refresh worker's collector thread.
Adding allow_targeted_refresh? will queue up a simple target which will
be ignored by the refresh worker since we are refreshing from
WaitForUpdatesEx directly.1 parent 3bc7db5 commit 6ac3716
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
305 | 309 | | |
306 | 310 | | |
307 | 311 | | |
| |||
0 commit comments