mirror of
https://github.com/unraid/api.git
synced 2026-01-03 23:19:54 -06:00
test(web): real expiration time
This commit is contained in:
@@ -69,7 +69,8 @@ else if (state === 'EEXPIRED') { expireTime = uptime; } // 1 hour ago
|
||||
let regExp: number | undefined = undefined;
|
||||
if (state === 'STARTER' || state === 'UNLEASHED') {
|
||||
// regExp = oneHourFromNow;
|
||||
regExp = uptime;
|
||||
// regExp = uptime;
|
||||
regExp = 1696363920000; // nori.local's expiration
|
||||
}
|
||||
|
||||
export const serverState: Server = {
|
||||
|
||||
Reference in New Issue
Block a user