BigW Consortium Gitlab

constants.js 214 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
export const FREQUENT_PROJECTS = {
  MAX_COUNT: 20,
  LIST_COUNT_DESKTOP: 5,
  LIST_COUNT_MOBILE: 3,
  ELIGIBLE_FREQUENCY: 3,
};

export const HOUR_IN_MS = 3600000;

export const STORAGE_KEY = 'frequent-projects';