فهرست منبع

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,
   },