minio / sidekick

High Performance HTTP Sidecar Load Balancer
GNU Affero General Public License v3.0
546 stars 82 forks source link

add settings to ensure higher system resources if possible #48

Closed harshavardhana closed 4 years ago

harshavardhana commented 4 years ago

also avoid racy usage of rand.New(), rand object is not concurrency friendly with default NewSource() - to avoid this seed the rand once and use global rand.Intn()