Private
Public Access
1
0

faster strava sync

This commit is contained in:
Sander Roosendaal
2020-03-01 17:36:06 +01:00
parent 08f644c3fc
commit e559710756
5 changed files with 13 additions and 14 deletions

View File

@@ -4500,7 +4500,7 @@ def workout_upload_api(request):
w = Workout.objects.get(id=id)
uploads.do_sync(w,post_data)
uploads.do_sync(w,post_data,async=True)
if make_plot:
res, jobid = uploads.make_plot(r,w,f1,f2,plottype,t)