- Added uptime cleaning logic to update function
This commit is contained in:
tobychui
2024-07-19 10:21:26 +08:00
parent 955a2232df
commit 245379e91f
4 changed files with 7 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ var (
name = "Zoraxy"
version = "3.1.0"
nodeUUID = "generic" //System uuid, in uuidv4 format
development = true //Set this to false to use embedded web fs
development = false //Set this to false to use embedded web fs
bootTime = time.Now().Unix()
/*