Archived
Arc Postgres - Rename shards to workers
Co-authored-by: Brian Bergeron <brberger@microsoft.com>
This commit is contained in:
co-authored by
Brian Bergeron
parent
e679d70a4b
commit
d1b8c15e11
+2
-1
@@ -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