Improve response times by ~20ms

This commit is contained in:
Eccentric 2024-01-20 23:08:14 +00:00
parent 9f6c57587b
commit b935f4798c

View File

@ -77,7 +77,7 @@ func PostClientProfileAction(c *fiber.Ctx) error {
} }
revision++ revision++
profile.Revision = revision profile.Revision = revision
profile.Save() go profile.Save()
delete(profileSnapshots, profile.Type) delete(profileSnapshots, profile.Type)
multiUpdate := []aid.JSON{} multiUpdate := []aid.JSON{}