You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an example of how to instantiate the options object
Actual Content
the listed options include two which have since changed name: batch_size (now prefetch_size) schema_lock_timeout_acquire_millis (now schema_lock_acquire_timeout_millis)
Additional information
This likely also applies to other places in the docs describing options
The text was updated successfully, but these errors were encountered:
## What is the goal of this PR?
`prefetchSize` was still going by its old name `batchSize`, and there was a typo in `schemaLockAcquireTimeoutMillis` - both are now fixed.
## What are the changes implemented in this PR?
Rename `batchSize` option to `prefetchSize`
Rename `schemaLockTimeoutAcquireMillis` option to `schemaLockAcquireTimeoutMillis`
this PR forms part of #551
Description
In the client python docs section on options,
Location of Content
https://docs.vaticle.com/docs/client-api/python#options
Expected Content
Actual Content
the listed options include two which have since changed name:
batch_size
(nowprefetch_size
)schema_lock_timeout_acquire_millis
(nowschema_lock_acquire_timeout_millis
)Additional information
This likely also applies to other places in the docs describing options
The text was updated successfully, but these errors were encountered: