mirror of
https://github.com/HeyPuter/puter.git
synced 2026-07-08 16:21:40 +00:00
fix: kv costs (#3231)
This commit is contained in:
@@ -20,6 +20,6 @@
|
||||
// Microcents per underlying DynamoDB capacity unit, as reported by
|
||||
// SystemKVStore.KVUsage. Cost is `KV_COSTS[op] * usage.<op>`.
|
||||
export const KV_COSTS = {
|
||||
'kv:read': 63,
|
||||
'kv:write': 125,
|
||||
'kv:read': 17,
|
||||
'kv:write': 90,
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user