HarukaNetwork / HarukaX

Telegram bot written in Go, built to scale.
Other
31 stars 31 forks source link

Unnecessary DB mutex locks #1

Closed SphericalKat closed 5 years ago

SphericalKat commented 5 years ago

The mutex locks in the database insertion funcs are unnecessary, seeing as how pg-go (the ORM we use) is safe for concurrent use.