mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
resume any batch jobs in a goroutine (#20035)
Bonus: move batch job initialization to the last item after all other initialization,
allowing for faster startup time for different subsystems.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
extend-exclude = [
|
||||
".git/",
|
||||
"docs/",
|
||||
"CREDITS",
|
||||
]
|
||||
ignore-hidden = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user