Procházet zdrojové kódy

Increase `default` instancesListBackgroundLoading limit

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Mihaela Balutoiu před 6 měsíci
rodič
revize
6587a9de3a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,
   },