Skip to content

Commit

Permalink
User Story 86388: Return previous value for (microsoft#1398)
Browse files Browse the repository at this point in the history
PROMISE_CONCURRENCY
  • Loading branch information
Igor Krasavin authored Apr 28, 2021
1 parent 83b0bca commit 2680289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/codepush/deployment/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { promiseMap } from "../../../util/misc/promise-map";
import { formatDate } from "./lib/date-helper";

const debug = require("debug")("appcenter-cli:commands:codepush:deployments:list");
const PROMISE_CONCURRENCY = 20;
const PROMISE_CONCURRENCY = 30;

@help("List the deployments associated with an app")
export default class CodePushDeploymentListListCommand extends AppCommand {
Expand Down

0 comments on commit 2680289

Please sign in to comment.