mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-27 23:30:30 -04: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