Skip to content

Commit 61544b6

Browse files
committed
wip: postgres devmode resources
1 parent 1df8f3a commit 61544b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

operator/src/network/ceramic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ impl CeramicConfig {
147147
if NETWORK_DEV_MODE_RESOURCES.load(std::sync::atomic::Ordering::Relaxed) {
148148
Self {
149149
resource_limits: ResourceLimitsConfig::dev_default(),
150+
postgres_resource_limits: ResourceLimitsConfig::dev_default(),
150151
..Default::default()
151152
}
152153
} else {

0 commit comments

Comments
 (0)