CDN Uploads are now queued for indexing directly after uploading

This commit is contained in:
Timothy Baldridge 2020-01-22 14:34:01 -07:00
parent 9ead688696
commit fef4c82e69

View File

@ -33,7 +33,6 @@ namespace Wabbajack.BuildServer.Models.Jobs
await client.UploadAsync(stream, file.MungedName, progress: new Progress(file.MungedName));
}
/*
await db.Jobs.InsertOneAsync(new Job
{
Payload = new IndexJob
@ -49,7 +48,7 @@ namespace Wabbajack.BuildServer.Models.Jobs
}
}
}
});*/
});
}
return JobResult.Success();
}