chore: update expire time

This commit is contained in:
Tristan Yang
2022-11-20 22:51:27 +08:00
parent 9227323ec1
commit 89ab619ac8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import {
RenewLicenseResponse
} from "../../types/server";
const defaultExpireDuration = 7 * 24 * 60 * 60;
const defaultExpireDuration = 2 * 24 * 60 * 60;
export const serverApi = createApi({
reducerPath: "serverApi",