* Incoming feature photos are resized and compressed to JPEG to the given dimensions and quality. * Database is vacuumed during cleanup.
* Go version set to 1.19 in go.mod. * Alpine upgraded to 3.16 in Dockerfile. * DB restart checkpoint is forced manually after 15 mins of inactivity. * DB truncate checkpoint is forced manually at exit.
* basic untested implementation of server * updating data not implemented yet