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

Appearance settings

Commit 49a9777

Browse filesBrowse files
committed
Merge branch 'increase-polling-timeout' into 'master'
Increase the default polling timeout in the Database Lab client from 30s to 60s. See merge request postgres-ai/database-lab!79
2 parents d5560d8 + c6b3ca3 commit 49a9777
Copy full SHA for 49a9777

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎pkg/client/dblabapi/client.go

Copy file name to clipboardExpand all lines: pkg/client/dblabapi/client.go
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.