storcon: change default scheduling policy to Active

This commit is contained in:
Vlad Lazar
2024-06-11 15:40:19 +01:00
parent 999fbbb2a3
commit 7f96ac3435

View File

@@ -162,7 +162,7 @@ impl Node {
listen_http_port,
listen_pg_addr,
listen_pg_port,
scheduling: NodeSchedulingPolicy::Filling,
scheduling: NodeSchedulingPolicy::Active,
availability: NodeAvailability::Offline,
cancel: CancellationToken::new(),
}