https://github.com/varnamproject/varnamd/blob/0daeed661eb40187c60af068e312ac6c94635852/varnam_handlers.go#L91 on each call to download handler, db connection is opened. can it be avoided by creating db object globally ?
varnamd/varnam_handlers.go
Line 91 in 0daeed6
on each call to download handler, db connection is opened. can it be avoided by creating db object globally ?