todoReminderConfig top-level constant

({int turnsBetweenReminders, int turnsSinceWrite}) const todoReminderConfig

Config for todo reminder frequency.

Implementation

const todoReminderConfig = (turnsSinceWrite: 10, turnsBetweenReminders: 10);