mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 06:52:55 +00:00
Fix DEFAULT_GC_PERIOD_SEC type
This commit is contained in:
@@ -20,7 +20,7 @@ use slog::Drain;
|
||||
use pageserver::{page_service, tui, zenith_repo_dir, PageServerConf};
|
||||
|
||||
const DEFAULT_GC_HORIZON: u64 = 0; //64 * 1024 * 1024;
|
||||
const DEFAULT_GC_PERIOD_SEC: u32 = 1;
|
||||
const DEFAULT_GC_PERIOD_SEC: u64 = 1;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
let arg_matches = App::new("Zenith page server")
|
||||
|
||||
Reference in New Issue
Block a user