ExpandedVenture / ConnectionSphere

Simple Service to Start Prospecting Online
0 stars 0 forks source link

Improve speed of new accounts upload #254

Open leandrosardi opened 2 years ago

leandrosardi commented 2 years ago

Move the assignation of pictures to an async process.

Database modifications:

alter table lnuser add picture_assignation_request_time datetime null;
go