v3.1.1
This is patch release 1 of the dcrdata 3.1 series.
Fixes:
- mempool last block JS age controller fixed (8646462)
- address go-sqlite "database is locked" errors (6a9fed5). This can slow down sqlite operations since it limits DB "connections" to 1. In 4.0, the limit is removed since the go-sqlite version dependency is updated to a version built with correct multi-threading flags.
- resolve a possible panic on shutdown (261048e)