Skip to content

Commit

Permalink
fix(go/adbc/driver/snowflake): update default values for fetch params (
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade authored Nov 13, 2024
1 parent b0bbbc0 commit bacc57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/adbc/driver/snowflake/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ import (
)

const (
defaultStatementQueueSize = 200
defaultPrefetchConcurrency = 10
defaultStatementQueueSize = 100
defaultPrefetchConcurrency = 5

queryTemplateGetObjectsAll = "get_objects_all.sql"
queryTemplateGetObjectsDbSchemas = "get_objects_dbschemas.sql"
Expand Down

0 comments on commit bacc57f

Please sign in to comment.