Show 10k RU instead of unlimited as max RU for unsharded collection (#845)

This commit is contained in:
victor-meng
2021-05-28 18:11:31 -07:00
committed by GitHub
parent 04b3ef051a
commit 7d0be7d355
3 changed files with 12 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import { ThroughputInput } from "./ThroughputInput";
const props = {
isDatabase: false,
showFreeTierExceedThroughputTooltip: true,
isSharded: false,
isSharded: true,
setThroughputValue: () => jest.fn(),
setIsAutoscale: () => jest.fn(),
onCostAcknowledgeChange: () => jest.fn(),