fix: retry harder to obtain a last_id
This commit is contained in:
parent
41865547ee
commit
6311cbf335
|
@ -406,7 +406,7 @@ export class Connection {
|
|||
};
|
||||
break;
|
||||
}
|
||||
if (attempts === 8) {
|
||||
if (attempts === 16) {
|
||||
throw new Error(
|
||||
`Unable to obtain a new last id after ${Date.now() - startTime}ms`,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue