Commit a7e0bd2
committed
Fix: Use force_refresh=True in unity_instances resource for cache consistency
The unity_instances resource was using force_refresh=False, which returned
cached instances (5-second cache). This caused a mismatch with set_active_instance
which uses force_refresh=True, leading to instances being shown in the resource
that no longer existed when trying to set them as active.
By changing to force_refresh=True, the resource now always shows current instances
that match what set_active_instance sees, fixing the instance switching issue.1 parent fdb9859 commit a7e0bd2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments