mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #8198 from overleaf/jpa-device-history-90-days
[web] bump expiry of device history to 90 days GitOrigin-RevId: bcaa1828064b7aa51ecf4ea0f86ad6458cf97663
This commit is contained in:
@@ -451,7 +451,7 @@ module.exports = {
|
||||
cookieName: process.env.DEVICE_HISTORY_COOKIE_NAME || 'deviceHistory',
|
||||
entryExpiry:
|
||||
parseInt(process.env.DEVICE_HISTORY_ENTRY_EXPIRY_MS, 10) ||
|
||||
30 * 24 * 60 * 60 * 1000,
|
||||
90 * 24 * 60 * 60 * 1000,
|
||||
maxEntries: parseInt(process.env.DEVICE_HISTORY_MAX_ENTRIES, 10) || 10,
|
||||
secret: process.env.DEVICE_HISTORY_SECRET,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user