GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3193fe8e8963919abf8ebcd921b76515043cdb25
Authored by
liuzujun
2021-02-06 21:01:12 +0800
1 parent
62f79d6c
重置preload服务器时间
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/preload.lua
Inline
Side-by-side
src/preload.lua
Wrap text
Show/Hide comments
View file @
3193fe8
...
...
@@ -2,5 +2,5 @@
2
2
local skynet = require "skynet"
3
3
4
4
skynet.timex = function ()
5
- return math.floor(skynet.time())
+ 5 * DAY_SEC
5
+ return math.floor(skynet.time())
6
6
end
7
7
\ No newline at end of file
...
...