forked from kent/consciousness
kill MIN_NUDGE_INTERVAL
dead code
This commit is contained in:
parent
71bfd60466
commit
6c4a88d2ab
1 changed files with 0 additions and 2 deletions
|
|
@ -21,8 +21,6 @@ pub const DREAM_INTERVAL_HOURS: u64 = 18;
|
|||
/// EWMA decay half-life in seconds (5 minutes).
|
||||
const EWMA_DECAY_HALF_LIFE: f64 = 5.0 * 60.0;
|
||||
|
||||
/// Minimum seconds between autonomous nudges.
|
||||
pub const MIN_NUDGE_INTERVAL: f64 = 15.0;
|
||||
|
||||
/// Boost half-life in seconds (60s).
|
||||
const EWMA_BOOST_HALF_LIFE: f64 = 60.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue