Skip to content

Commit

Permalink
fix: retry server enomem (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc authored Sep 8, 2023
1 parent ffc5eb5 commit 987c77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/metadataTransfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ export abstract class MetadataTransfer<
// tolerate intermittent network errors upto retry limit
if (
[
'ENOMEM',
'ETIMEDOUT',
'ENOTFOUND',
'ECONNRESET',
Expand Down

0 comments on commit 987c77d

Please sign in to comment.