mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 18:22:34 -05:00
Arc Postgres - Rename shards to workers
Co-authored-by: Brian Bergeron <brberger@microsoft.com>
This commit is contained in:
@@ -172,7 +172,8 @@ declare module 'azdata-ext' {
|
||||
}
|
||||
},
|
||||
scale: {
|
||||
shards: number // 1
|
||||
shards: number, // 1 (shards was renamed to workers, kept here for backwards compatibility)
|
||||
workers: number // 1
|
||||
},
|
||||
scheduling: {
|
||||
default: {
|
||||
|
||||
Reference in New Issue
Block a user