Просмотр исходного кода

Load all instances for 'hyper-v' provider

Instead of loading in chunks of 10, the default for the other providers.
Sergiu Miclea 6 лет назад
Родитель
Сommit
6bf828e382
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      config.js

+ 1 - 1
config.js

@@ -35,7 +35,7 @@ const conf: Config = {
   // - If the provider is not in this list, the 'default' value will be used.
   // - If the `default` value is lower than the number of instances that fit into a page, the latter number will be used.
   // - `Infinity` value means no `limit` will be used, i.e. all VMs will be listed.
-  instancesListBackgroundLoading: { default: 10, ovm: Infinity },
+  instancesListBackgroundLoading: { default: 10, ovm: Infinity, 'hyper-v': Infinity },
 
   // The providers for which an extra `source` or `destination options` call can be made with a set of field values
   providersWithEnvOptions: [