disable seed

This commit is contained in:
2023-11-06 02:01:00 +08:00
parent 914058c4cc
commit 620e535114
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ local httpc = http:new()
local authHeader = ngx.req.get_headers().Authorization
local sudoerToken = ngx.req.get_headers().HtySudoerToken
verify(httpc, authHeader, sudoerToken)
uuid.seed()
--uuid.seed()
-- Get ngx var
local file_dir = ngx.var.tmp_file_dir