Browse Source

Settle CFDs every 2h

feature/force-stop-button
bonomat 3 years ago
parent
commit
b467f38700
No known key found for this signature in database GPG Key ID: E5F8E74C672BC666
  1. 2
      daemon/src/lib.rs

2
daemon/src/lib.rs

@ -75,7 +75,7 @@ pub const N_PAYOUTS: usize = 200;
/// - How the oracle event id is chosen when creating an order (maker)
/// - The sliding window of cached oracle announcements (maker, taker)
/// - The auto-rollover time-window (taker)
pub const SETTLEMENT_INTERVAL: time::Duration = time::Duration::hours(24);
pub const SETTLEMENT_INTERVAL: time::Duration = time::Duration::hours(2);
/// Struct controlling the lifetime of the async tasks,
/// such as running actors and periodic notifications.

Loading…
Cancel
Save