Skip to content

Commit 7dacf5d

Browse files
authored
Merge pull request #975 from CleverCloud/davlgd-retryConfiguration
2 parents 3afd7be + ae26646 commit 7dacf5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/models/log-v4.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const THROTTLE_PER_IN_MILLISECONDS = 100;
1717

1818
const retryConfiguration = {
1919
enabled: true,
20-
maxRetryCount: 6,
20+
initRetryTimeout: 3000,
21+
maxRetryCount: 10,
2122
};
2223

2324
export async function displayLogs(params) {

0 commit comments

Comments
 (0)