Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6b3ca3

Browse files
committed
fix: increase default polling timeout in the Database Lab client
1 parentd5560d8 commitc6b3ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pkg/client/dblabapi/client.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type Options struct {
5151

5252
const (
5353
defaultPollingInterval=1*time.Second
54-
defaultPollingTimeout=30*time.Second
54+
defaultPollingTimeout=60*time.Second
5555
)
5656

5757
// NewClient constructs a new Client struct.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp