Skip to content

Commit c58ca1a

Browse files
committed
Add rocksdb mainnet weights
1 parent 3ed3369 commit c58ca1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/mainnet/src/weights/rocksdb_weights.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ pub mod constants {
2525
/// By default, Substrate uses `RocksDB`, so this will be the weight used throughout
2626
/// the runtime.
2727
pub const RocksDbWeight: RuntimeDbWeight = RuntimeDbWeight {
28-
read: 25_000 * constants::WEIGHT_REF_TIME_PER_NANOS,
29-
write: 100_000 * constants::WEIGHT_REF_TIME_PER_NANOS,
28+
read: 20_000 * constants::WEIGHT_REF_TIME_PER_NANOS,
29+
write: 37_000 * constants::WEIGHT_REF_TIME_PER_NANOS,
3030
};
3131
}
3232

0 commit comments

Comments
 (0)