mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
5 lines
288 B
JavaScript
5 lines
288 B
JavaScript
// Settings Constants
|
|
// Purpose: Defines keys/defaults used by the persisted settings subsystem. Scope: Centralizes stable identifiers and fallback values for settings storage.
|
|
export const SETTINGS_COOKIE = 'roverSettings';
|
|
export const SETTINGS_MAX_AGE = 60 * 60 * 24 * 365; // 1 year
|