Skip to content

Commit fc3ae76

Browse files
increase interval between retries to 10s
1 parent 4e69e15 commit fc3ae76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ func newClient(account ProjectEntry) *gsclient.Client {
287287
account.Token,
288288
false,
289289
true,
290-
1000,
290+
10000,
291291
10, // no retries
292292
)
293293
return gsclient.NewClient(config)

0 commit comments

Comments
 (0)