Commit 62c2d1a8 authored by Liang Ding's avatar Liang Ding

🎨 登录改为 7 天过期

parent 91e266d3
...@@ -69,7 +69,7 @@ public final class Solos { ...@@ -69,7 +69,7 @@ public final class Solos {
/** /**
* Cookie expiry in 30 days. * Cookie expiry in 30 days.
*/ */
private static final int COOKIE_EXPIRY = 60 * 60 * 24 * 30; private static final int COOKIE_EXPIRY = 60 * 60 * 24 * 7;
/** /**
* Cookie name. * Cookie name.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment