File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ impl Default for ClusterReplicaSizeMap {
156
156
workers : workers. into ( ) ,
157
157
credits_per_hour : 1 . into ( ) ,
158
158
cpu_exclusive : false ,
159
- is_cc : true ,
159
+ is_cc : false ,
160
160
disabled : false ,
161
161
selectors : BTreeMap :: default ( ) ,
162
162
} ,
@@ -177,7 +177,7 @@ impl Default for ClusterReplicaSizeMap {
177
177
workers : 1 ,
178
178
credits_per_hour : scale. into ( ) ,
179
179
cpu_exclusive : false ,
180
- is_cc : true ,
180
+ is_cc : false ,
181
181
disabled : false ,
182
182
selectors : BTreeMap :: default ( ) ,
183
183
} ,
@@ -193,7 +193,7 @@ impl Default for ClusterReplicaSizeMap {
193
193
workers : scale. into ( ) ,
194
194
credits_per_hour : scale. into ( ) ,
195
195
cpu_exclusive : false ,
196
- is_cc : true ,
196
+ is_cc : false ,
197
197
disabled : false ,
198
198
selectors : BTreeMap :: default ( ) ,
199
199
} ,
@@ -209,7 +209,7 @@ impl Default for ClusterReplicaSizeMap {
209
209
workers : 8 ,
210
210
credits_per_hour : 1 . into ( ) ,
211
211
cpu_exclusive : false ,
212
- is_cc : true ,
212
+ is_cc : false ,
213
213
disabled : false ,
214
214
selectors : BTreeMap :: default ( ) ,
215
215
} ,
@@ -226,7 +226,7 @@ impl Default for ClusterReplicaSizeMap {
226
226
workers : 4 ,
227
227
credits_per_hour : 2 . into ( ) ,
228
228
cpu_exclusive : false ,
229
- is_cc : true ,
229
+ is_cc : false ,
230
230
disabled : false ,
231
231
selectors : BTreeMap :: default ( ) ,
232
232
} ,
You can’t perform that action at this time.
0 commit comments