mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
info: Initialize boot time early so uptime will always be correct (#9154)
This commit is contained in:
@@ -188,8 +188,8 @@ var (
|
||||
// Global HTTP request statisitics
|
||||
globalHTTPStats = newHTTPStats()
|
||||
|
||||
// Time when object layer was initialized on start up.
|
||||
globalBootTime time.Time
|
||||
// Time when the server is started
|
||||
globalBootTime = UTCNow()
|
||||
|
||||
globalActiveCred auth.Credentials
|
||||
|
||||
|
||||
Reference in New Issue
Block a user