chore: Update default memory reminders (#368)

This commit is contained in:
Devansh Jain
2025-12-23 12:05:22 -08:00
committed by GitHub
parent 6eff0309ca
commit f73ef1d552
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@
import { settingsManager } from "../../settings-manager";
// Memory reminder interval presets
const MEMORY_INTERVAL_FREQUENT = 3;
const MEMORY_INTERVAL_OCCASIONAL = 8;
const MEMORY_INTERVAL_FREQUENT = 5;
const MEMORY_INTERVAL_OCCASIONAL = 10;
/**
* Get the effective memory reminder interval (local setting takes precedence over global)