mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03:00
Merged constants file and history from TryGhost/Ghost
- extracted from `core/server/lib` of TryGhost/Ghost
This commit is contained in:
commit
592c3068fc
@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
ONE_HOUR_S: 3600,
|
||||
ONE_DAY_S: 86400,
|
||||
ONE_MONTH_S: 2628000,
|
||||
SIX_MONTH_S: 15768000,
|
||||
ONE_YEAR_S: 31536000,
|
||||
FIVE_MINUTES_MS: 300000,
|
||||
ONE_HOUR_MS: 3600000,
|
||||
ONE_DAY_MS: 86400000,
|
||||
ONE_WEEK_MS: 604800000,
|
||||
ONE_MONTH_MS: 2628000000,
|
||||
SIX_MONTH_MS: 15768000000,
|
||||
ONE_YEAR_MS: 31536000000
|
||||
};
|
Loading…
Reference in New Issue
Block a user