瀏覽代碼

Increase `default` instancesListBackgroundLoading limit

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Mihaela Balutoiu 6 月之前
父節點
當前提交
6587a9de3a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,
   },