Skip to content

Commit

Permalink
feat(datasource/graphene) bumped bulk merge limit to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj committed Jul 2, 2024
1 parent 754858a commit b4d7c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasource/graphene/frontend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3028,7 +3028,7 @@ function mergeToLine(submission: MergeSubmission): Line {
return res;
}

const MAX_MERGE_COUNT = 10;
const MAX_MERGE_COUNT = 20;

const MERGE_SEGMENTS_INPUT_EVENT_MAP = EventActionMap.fromObject({
"at:shift?+enter": { action: "submit" },
Expand Down

0 comments on commit b4d7c23

Please sign in to comment.