demo snapshot

This commit is contained in:
John Spray
2023-12-22 13:58:29 +00:00
parent f67080410f
commit cd1e438169
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ export RUST_LOG=DEBUG
INITIAL_SHARDS=1
PAGESERVERS=8
FINAL_SHARDS=8
STRIPE_SIZE=1024
STRIPE_SIZE=2048
SCALE=10
ARGS=--release
RUST_LOG=info

View File

@@ -17,4 +17,4 @@ cargo neon $ARGS tenant migrate --tenant-id=$TENANT_ID-0608 --id=7
cargo neon $ARGS tenant migrate --tenant-id=$TENANT_ID-0708 --id=8
cargo neon $ARGS tenant status
cargo neon $ARGS endpoint start ep-main
cargo neon $ARGS endpoint start ep-main

View File

@@ -24,7 +24,7 @@ pub mod defaults {
// which is good for now to trigger bugs.
// This parameter actually determines L0 layer file size.
pub const DEFAULT_CHECKPOINT_DISTANCE: u64 = 256 * 1024 * 1024;
pub const DEFAULT_CHECKPOINT_TIMEOUT: &str = "10 m";
pub const DEFAULT_CHECKPOINT_TIMEOUT: &str = "10 s";
// Target file size, when creating image and delta layers.
// This parameter determines L1 layer file size.