mirror of https://github.com/apache/cloudstack.git
Default page limit is 500 for listVms
This commit is contained in:
parent
2e9faf1982
commit
2913eb1ab4
|
|
@ -116,7 +116,7 @@ public class ListVMsCmd extends BaseCmd {
|
|||
}
|
||||
|
||||
Long startIndex = Long.valueOf(0);
|
||||
int pageSizeNum = 50;
|
||||
int pageSizeNum = 500;
|
||||
if (pageSize != null) {
|
||||
pageSizeNum = pageSize.intValue();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue