From 975421e5026603c363d13b2ee6860d6b564719a1 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 29 Aug 2023 18:50:56 +0800 Subject: [PATCH] 1 --- webapp/controller/StakingController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/StakingController.class.php b/webapp/controller/StakingController.class.php index c8fb2002..398bab41 100644 --- a/webapp/controller/StakingController.class.php +++ b/webapp/controller/StakingController.class.php @@ -18,7 +18,7 @@ class StakingController extends BaseAuthedController { { parent::_handlePre(); if (SERVER_ENV != _ONLINE) { - myself()->_setTimeOffset(3600 * 24); + myself()->_setTimeOffset(3600 * 24 * 2); } }