mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 03:10:48 +08:00
修改 nginx body 限制,服务重启延迟时间
This commit is contained in:
@@ -136,7 +136,7 @@ const Other = ({
|
||||
<Countdown
|
||||
className="inline-countdown"
|
||||
format="ss"
|
||||
value={Date.now() + 1000 * 15}
|
||||
value={Date.now() + 1000 * 30}
|
||||
/>
|
||||
秒后自动刷新
|
||||
</span>
|
||||
@@ -145,7 +145,7 @@ const Other = ({
|
||||
});
|
||||
setTimeout(() => {
|
||||
window.location.reload();
|
||||
}, 14000);
|
||||
}, 30000);
|
||||
})
|
||||
.catch((error: any) => {
|
||||
console.log(error);
|
||||
|
||||
Reference in New Issue
Block a user