Explorar o código

Increase `default` instancesListBackgroundLoading limit

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Mihaela Balutoiu hai 6 meses
pai
achega
6587a9de3a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config.ts

+ 1 - 1
config.ts

@@ -40,7 +40,7 @@ const conf: Config = {
   // 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,
+    default: 100,
     ovm: Infinity,
     "hyper-v": Infinity,
   },