sourcebot/packages/backend/src/constants.ts

10 lines
216 B
TypeScript
Raw Normal View History

2024-10-17 20:31:18 +00:00
/**
* The interval to reindex a given repository.
*/
export const REINDEX_INTERVAL_MS = 1000 * 60 * 60;
/**
* The interval to re-sync the config.
*/
export const RESYNC_CONFIG_INTERVAL_MS = 1000 * 60 * 60 * 24;