You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
204 B
TypeScript

export const one_day = 24 * 60 * 60 * 1000;
export const time = 1000 * 60 * 60 * 8;
export const eight_hour = 1000 * 60 * 60 * 8;
export const hour = 1000 * 60 * 60;
export const BCRYPT_HASH_ROUNDS = 10;