Improve response times by ~20ms
This commit is contained in:
parent
9f6c57587b
commit
b935f4798c
|
@ -77,7 +77,7 @@ func PostClientProfileAction(c *fiber.Ctx) error {
|
|||
}
|
||||
revision++
|
||||
profile.Revision = revision
|
||||
profile.Save()
|
||||
go profile.Save()
|
||||
delete(profileSnapshots, profile.Type)
|
||||
|
||||
multiUpdate := []aid.JSON{}
|
||||
|
|
Loading…
Reference in New Issue
Block a user