Skip to content

Commit ea2287e

Browse files
authored
Merge branch 'main' into update-launchpad
2 parents ded4989 + e86abf8 commit ea2287e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v1/providers/launchpad/instance_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
func (c *LaunchpadClient) ListInstances(ctx context.Context, args v1.ListInstancesArgs) ([]v1.Instance, error) {
14-
deployments, err := c.paginateListDeployments(ctx, 100)
14+
deployments, err := c.paginateListDeployments(ctx, 1000)
1515
if err != nil {
1616
return nil, errors.WrapAndTrace(err)
1717
}

0 commit comments

Comments
 (0)