We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed3369 commit c58ca1aCopy full SHA for c58ca1a
runtime/mainnet/src/weights/rocksdb_weights.rs
@@ -25,8 +25,8 @@ pub mod constants {
25
/// By default, Substrate uses `RocksDB`, so this will be the weight used throughout
26
/// the runtime.
27
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,
+ read: 20_000 * constants::WEIGHT_REF_TIME_PER_NANOS,
+ write: 37_000 * constants::WEIGHT_REF_TIME_PER_NANOS,
30
};
31
}
32
0 commit comments