Skip to content

Commit

Permalink
Merge branch 'main' into ci(frontend)/run-E@E-snapshots-with-label
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVentilii authored Nov 17, 2024
2 parents 7af5b71 + 68b98cc commit a05a823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ pub mod signer {
}
}
/// The default cycles ledger top up threshold. If the cycles ledger balance falls below this, it should be topped up.
pub const DEFAULT_CYCLES_LEDGER_TOP_UP_THRESHOLD: u128 = 10_000_000_000_000; // 10T
pub const DEFAULT_CYCLES_LEDGER_TOP_UP_THRESHOLD: u128 = 50_000_000_000_000; // 50T
/// The proportion of the backend canister's own cycles to send to the cycles ledger.
pub const DEFAULT_CYCLES_LEDGER_TOP_UP_PERCENTAGE: u8 = 50;
/// The minimum sensible percentage to send to the cycles ledger.
Expand Down

0 comments on commit a05a823

Please sign in to comment.