mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-17 10:22:56 +00:00
storcon: change default scheduling policy to Active
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user