Skip to content

Commit 881f2cc

Browse files
committed
Set max attempts to 50
1 parent 6ab7696 commit 881f2cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/setIds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ async function getIdValue(incrementerId, incrementerObjectType, nestedField, bas
102102
const baseValue = getBaseValue(nestedField, baseFieldNames);
103103

104104
let id;
105-
let attempts = 10;
105+
let attempts = 50;
106106

107107
while (attempts > 0) {
108108
try {

0 commit comments

Comments
 (0)