[feat] Init code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/* eslint-disable no-bitwise */
|
||||
const constants = {
|
||||
PAGE_SIZE: 20,
|
||||
OPENID_EXPIRE: 300, // 5min
|
||||
INTERNAL_REGULATION_CACHE_TTL: 1800, // 30min
|
||||
REPORT_CACHE_TTL: 600, // 10 min
|
||||
};
|
||||
|
||||
module.exports = constants;
|
||||
Reference in New Issue
Block a user