planModeAttachmentConfig top-level constant

({int fullReminderEveryNAttachments, int turnsBetweenAttachments}) const planModeAttachmentConfig

Config for plan mode attachment frequency.

Implementation

const planModeAttachmentConfig = (
  turnsBetweenAttachments: 5,
  fullReminderEveryNAttachments: 5,
);